diff options
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_play.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_play.c b/soh/src/code/z_play.c index f4d0cdbe6..032191795 100644 --- a/soh/src/code/z_play.c +++ b/soh/src/code/z_play.c @@ -1925,7 +1925,7 @@ void Play_SpawnScene(PlayState* play, s32 sceneNum, s32 spawn) { Entrance_OverrideSpawnScene(sceneNum, spawn); } - CVarSetInteger("gBetterDebugWarpScreenMQMode", 0); + CVarClear("gBetterDebugWarpScreenMQMode"); } void func_800C016C(PlayState* play, Vec3f* src, Vec3f* dest) { |
