From 9b2cf16b5fc95a97214382ae871f375cfd9476f7 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Thu, 4 Jun 2020 14:39:11 -0700 Subject: [PATCH] You can now exit skirmish mode. --- REDALERT/EVENT.CPP | 3 +++ 1 file changed, 3 insertions(+) diff --git a/REDALERT/EVENT.CPP b/REDALERT/EVENT.CPP index 19eca6f..176dd9a 100644 --- a/REDALERT/EVENT.CPP +++ b/REDALERT/EVENT.CPP @@ -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; /*