mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Merge 605686e8c9
into 568639dfc0
This commit is contained in:
commit
99a2b066d0
1 changed files with 3 additions and 3 deletions
|
@ -301,9 +301,9 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
||||||
}
|
}
|
||||||
switch (actor->id) {
|
switch (actor->id) {
|
||||||
case ACTOR_OBJ_SWITCH: {
|
case ACTOR_OBJ_SWITCH: {
|
||||||
if ((actor->params == 8224 && gPlayState->sceneNum == SCENE_DODONGOS_CAVERN) ||
|
if (((actor->params == 8224 && gPlayState->sceneNum == SCENE_DODONGOS_CAVERN) ||
|
||||||
(actor->params == 6979 && gPlayState->sceneNum == SCENE_WATER_TEMPLE) &&
|
(actor->params == 6979 && gPlayState->sceneNum == SCENE_WATER_TEMPLE)) &&
|
||||||
CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.GlitchAiding"), 0)) {
|
CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.GlitchAiding"), 0)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ObjSwitch* switchActor = (ObjSwitch*)actor;
|
ObjSwitch* switchActor = (ObjSwitch*)actor;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue