You can now exit skirmish mode.

This commit is contained in:
Justin Marshall
2020-06-04 14:39:11 -07:00
parent fa3493dd30
commit 9b2cf16b5f
+3
View File
@@ -862,6 +862,9 @@ void EventClass::Execute(void)
Call_Back();
}
GameActive = false;
// jmarshall - hack for skirmish games, lets the game flow go back to the mainmenu.
Session.Type = GAME_NORMAL;
// jmarshall end
break;
/*