add mission switcher from miami

This commit is contained in:
withmorten 2020-11-16 00:41:03 +01:00
parent a6f5f4634c
commit abcda2ce29
4 changed files with 86 additions and 0 deletions

View file

@ -376,6 +376,11 @@ private:
#ifdef FIX_BUGS
friend void RetryMission(int, int);
#endif
#ifdef MISSION_SWITCHER
public:
static void SwitchToMission(int32 mission);
#endif
};
@ -514,6 +519,8 @@ private:
return false;
}
}
friend class CTheScripts;
};
#ifdef MISSION_REPLAY