Fix skipping twisted hallway cutscenes (#4536)

This commit is contained in:
Jordan Longstaff
2024-11-12 15:09:08 -05:00
committed by GitHub
parent c8e460cebe
commit 1eff613aa6

View File

@@ -310,6 +310,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
case ACTOR_BG_SPOT05_SOKO:
case ACTOR_BG_SPOT18_BASKET:
case ACTOR_BG_HIDAN_CURTAIN:
case ACTOR_BG_MORI_HINERI:
*should = false;
RateLimitedSuccessChime();
break;