X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_map.pas;h=f62f761dea919088ac2be404fe32b4c35e4075f9;hb=373f27c0de10cb90442f535cb5d330095bafbf54;hp=7bcb5b1379320f5d773760219db4c69085ece639;hpb=6a5a13240c80890906dbc2cc4f1e6afc2ba20f84;p=d2df-sdl.git diff --git a/src/game/g_map.pas b/src/game/g_map.pas index 7bcb5b1..f62f761 100644 --- a/src/game/g_map.pas +++ b/src/game/g_map.pas @@ -20,7 +20,7 @@ interface uses SysUtils, Classes, mempool, - g_base, r_graphics, g_basic, MAPDEF, g_textures, + g_base, g_basic, MAPDEF, g_textures, g_phys, utils, g_panel, g_grid, md5, binheap, xprofiler, xparser, xdynrec; type @@ -249,7 +249,7 @@ implementation uses e_input, e_log, e_res, g_items, g_gfx, g_console, g_weapons, g_game, g_sound, e_sound, CONFIG, - g_options, g_triggers, g_player, r_textures, r_animations, + g_options, g_triggers, g_player, Math, g_monsters, g_saveload, g_language, g_netmsg, sfs, xstreams, hashtable, wadreader, g_res_downloader;