X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_gui.pas;h=ff77e887a12aa774f74f770fc8c67d0bae94f0cb;hb=dcd27af126da1388ac89979cf34b657cd240c262;hp=3ec8c0d720ea4e847b957b6ccff292e22b601b28;hpb=fdec2c22a805354084c745fd93a535b66d8e3475;p=d2df-sdl.git diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas index 3ec8c0d..ff77e88 100644 --- a/src/game/g_gui.pas +++ b/src/game/g_gui.pas @@ -19,7 +19,7 @@ interface uses {$IFDEF USE_MEMPOOL}mempool,{$ENDIF} - r_graphics, e_input, e_log, g_playermodel, g_basic, g_touch, MAPDEF, utils; + g_base, r_graphics, e_input, e_log, g_playermodel, g_basic, g_touch, MAPDEF, utils; const MAINMENU_HEADER_COLOR: TRGB = (R:255; G:255; B:255); @@ -550,7 +550,7 @@ procedure g_GUI_LoadMenuPos(); implementation uses - g_textures, g_sound, SysUtils, e_res, + g_sound, SysUtils, e_res, r_textures, g_game, Math, StrUtils, g_player, g_options, g_console, r_playermodel, g_map, g_weapons, xdynrec, wadreader;