X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_net.pas;h=2316d1c7e5e77f354434d250c393a516c38660e4;hb=d0936017ccb8a078d1b03f55478af284bb015bbc;hp=63e4cb91ed172945f96137fe185d91895a5f6020;hpb=402c9caffcfe7aff2f70471c79c7f5db62b659e3;p=d2df-sdl.git diff --git a/src/game/g_net.pas b/src/game/g_net.pas index 63e4cb9..2316d1c 100644 --- a/src/game/g_net.pas +++ b/src/game/g_net.pas @@ -254,9 +254,9 @@ implementation uses SysUtils, - e_input, e_res, + e_input, e_res, g_options, g_nethandler, g_netmsg, g_netmaster, g_player, g_window, g_console, - g_main, g_game, g_language, g_weapons, ctypes, g_system, g_map; + g_game, g_language, g_weapons, ctypes, g_system, g_map; const FILE_CHUNK_SIZE = 8192;