Fixed bug where you type "on screen" in a single player game then start a multiplayer game the map is still revealed

This commit is contained in:
jsalmon3 2002-06-24 04:47:55 +00:00
parent 50ffb0971b
commit c668f852c8

View file

@ -3933,6 +3933,7 @@ local void MultiGameSetupInit(Menuitem *mi)
*CurrentMapPath='\0';
}
FlagRevealMap = 0;
GameSetupInit(mi);
NetworkInitServerConnect();
menu->items[SERVER_PLAYER_STATE] = NetMultiButtonStorage[1];