DEADSOFTWARE

cleanup: remove g_main.pas
[d2df-sdl.git] / src / game / g_net.pas
index 63e4cb91ed172945f96137fe185d91895a5f6020..2316d1c7e5e77f354434d250c393a516c38660e4 100644 (file)
@@ -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;