X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=dab24aed016a61ee69982a742f4aac794d9b6e17;hb=d0936017ccb8a078d1b03f55478af284bb015bbc;hp=0237b44006d832d6ae5e614656da7db76f291149;hpb=9c0771925cdad1c02e69512635dd66d26438f13b;p=d2df-sdl.git diff --git a/src/game/g_player.pas b/src/game/g_player.pas index 0237b44..dab24ae 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -21,7 +21,7 @@ interface uses SysUtils, Classes, {$IFDEF USE_MEMPOOL}mempool,{$ENDIF} - e_graphics, g_playermodel, g_basic, g_textures, + g_base, g_playermodel, g_basic, g_textures, g_weapons, g_phys, g_sound, g_saveload, MAPDEF, g_panel; @@ -632,13 +632,12 @@ procedure g_Bot_RemoveAll(); implementation uses -{$INCLUDE ../nogl/noGLuses.inc} {$IFDEF ENABLE_HOLMES} g_holmes, {$ENDIF} e_log, g_map, g_items, g_console, g_gfx, Math, g_options, g_triggers, g_menu, g_game, g_grid, e_res, - wadreader, g_main, g_monsters, CONFIG, g_language, + wadreader, g_monsters, CONFIG, g_language, g_net, g_netmsg, g_window, utils, xstreams;