M4: Return to demo main menu after death or finishing test

This commit is contained in:
Paul Gilbert 2024-01-12 18:52:15 -08:00
parent a3b65c812a
commit d17c4f3981

View File

@ -767,7 +767,7 @@ void BurgerEngine::wilburTeleported() {
}
if (_G(executing) != WHOLE_GAME) {
_G(game).setRoom(604);
_G(game).setRoom(901);
} else {
if (_G(flags)[kFifthTestPassed]) {
testDone5();