X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmsg.pas;h=6d4f5c1d3cb188e4a737738e00bfb1bdca804677;hb=dcd27af126da1388ac89979cf34b657cd240c262;hp=fb32fa2b4f40361aa7b52809167cdb2c83c3487a;hpb=34a15542e6f20e5127bffe22d7cc4bf8167d70cd;p=d2df-sdl.git diff --git a/src/game/g_netmsg.pas b/src/game/g_netmsg.pas index fb32fa2..6d4f5c1 100644 --- a/src/game/g_netmsg.pas +++ b/src/game/g_netmsg.pas @@ -284,7 +284,7 @@ function IsValidFilePath(const S: String): Boolean; implementation uses - Math, ENet, e_input, e_log, g_base, g_basic, r_animations, r_gfx, + Math, ENet, e_input, e_log, g_base, g_basic, r_gfx, g_textures, g_gfx, g_sound, g_console, g_options, g_game, g_player, g_map, g_panel, g_items, g_weapons, g_phys, g_gui, g_language, g_monsters, g_netmaster, utils, wadreader, MAPDEF;