X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_weapons.pas;h=a27d5072045b8b41a2f972c049aff4c96ee0b1a5;hb=e4186a2f4f35eec5321707bdc4eb2cbc94edccd0;hp=81b3a03ab434389c7912d8a94afda118489c8a72;hpb=4756f15257c93cd6212b61efa7bd3bade826adcb;p=d2df-sdl.git diff --git a/src/game/g_weapons.pas b/src/game/g_weapons.pas index 81b3a03..a27d507 100644 --- a/src/game/g_weapons.pas +++ b/src/game/g_weapons.pas @@ -20,7 +20,7 @@ interface uses SysUtils, Classes, mempool, - g_textures, g_basic, e_graphics, g_phys, xprofiler; + g_textures, g_basic, g_phys, xprofiler; type @@ -113,7 +113,7 @@ var implementation uses - Math, g_map, g_player, g_gfx, g_sound, g_main, g_panel, + Math, g_map, g_player, g_gfx, g_sound, g_panel, g_console, g_options, g_game, g_triggers, MAPDEF, e_log, g_monsters, g_saveload, g_language, g_netmsg, g_grid,