mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
clang clang clang
This commit is contained in:
parent
f6b75acb93
commit
605686e8c9
1 changed files with 2 additions and 2 deletions
|
@ -302,8 +302,8 @@ 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