X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=61da4c4b89857cad02e905c8c9b78429db4b4f77;hb=01ca3b4324c78f00caae7d5b16cd49efce31f831;hp=67814ad7384504c366566a89c87d2949848a544f;hpb=fd4788b9dbc9c05fa78c97c5fc4fcb975361fe40;p=d2df-sdl.git diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 67814ad..61da4c4 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -43,12 +43,11 @@ var implementation uses - {$INCLUDE ../nogl/noGLuses.inc} - g_gui, g_textures, e_graphics, g_main, g_window, g_game, g_map, - g_basic, g_console, g_sound, g_gfx, g_player, g_options, g_weapons, + g_gui, g_textures, r_graphics, g_main, g_window, g_game, g_map, + 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;