DEADSOFTWARE

game: ... but only if we're not in game right now
[d2df-sdl.git] / src / game / g_options.pas
index c29bb4da0a1c1bb8032142f5c9ee42f77954770f..59028f5534bb6772957420c8071eacb21605d3be 100644 (file)
@@ -274,6 +274,9 @@ begin
     GAME_OPTION_TEAMHITTRACE or GAME_OPTION_TEAMHITPROJECTILE;
   gsPlayers := 1;
 
+  if not gGameOn then
+    g_Options_ApplyGameSettings;
+
   (* section MasterServer *)
   NetMasterList := 'mpms.doom2d.org:25665, deadsoftware.ru:25665';
   g_Net_Slist_Set(NetMasterList);