X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=4ad532c9da32dd64027cfdc7eceb06c19788919d;hb=1170681f83ea7923ba2c52c6bc201f349a7b9930;hp=7491b72848e5d6527391bfe7ee0c527ccaa4c935;hpb=fdec2c22a805354084c745fd93a535b66d8e3475;p=d2df-sdl.git diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 7491b72..4ad532c 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -44,10 +44,10 @@ implementation uses g_gui, g_textures, r_graphics, g_main, g_window, g_game, g_map, - g_basic, g_console, g_sound, g_gfx, g_player, g_options, g_weapons, + g_base, g_basic, g_console, g_sound, g_gfx, g_player, g_options, g_weapons, e_log, SysUtils, CONFIG, g_playermodel, DateUtils, MAPDEF, Math, g_saveload, - e_texture, g_language, e_res, + g_language, e_res, g_net, g_netmsg, g_netmaster, g_items, e_input, g_touch, utils, wadreader, g_system, r_game;