1
0
mirror of https://github.com/td512/re3.git synced 2026-03-03 02:57:42 +00:00

much better mission switcher

This commit is contained in:
eray orçunus
2020-06-15 00:26:19 +03:00
parent db6110e996
commit 2d976827dd
3 changed files with 63 additions and 27 deletions

View File

@@ -315,7 +315,7 @@ int8 nextMissionToSwitch = 0;
static void
SwitchToMission(void)
{
switchMissionTo = nextMissionToSwitch;
CTheScripts::SwitchToMission(nextMissionToSwitch);
}
#endif