network_client.c
changeset 1500 228f77e88adf
parent 1317 f382f1b439c7
child 1797 a19c4181f1b7
--- a/network_client.c	Sat Mar 12 09:48:08 2005 +0000
+++ b/network_client.c	Sat Mar 12 21:21:47 2005 +0000
@@ -516,7 +516,8 @@
 			_switch_mode_errorstr = STR_NETWORK_ERR_SAVEGAMEERROR;
 			return NETWORK_RECV_STATUS_SAVEGAME;
 		}
-		_opt_mod_ptr = &_opt;
+
+		_opt_ptr = &_opt; // during a network game you are always in-game
 
 		// Say we received the map and loaded it correctly!
 		SEND_COMMAND(PACKET_CLIENT_MAP_OK)();