summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_play.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soh/src/code/z_play.c b/soh/src/code/z_play.c
index 38a040a8a..4890fa2a4 100644
--- a/soh/src/code/z_play.c
+++ b/soh/src/code/z_play.c
@@ -631,7 +631,6 @@ void Play_Init(GameState* thisx) {
} else {
play->unk_1242B = 0;
}
-
Interface_SetSceneRestrictions(play);
Environment_PlaySceneSequence(play);
gSaveContext.seqId = play->sequenceCtx.seqId;
@@ -1303,6 +1302,8 @@ void Play_Update(PlayState* play) {
skip:
PLAY_LOG(3801);
+ GameInteractor_ExecuteOnCameraState(play);
+
if (!isPaused || gDbgCamEnabled) {
s32 i;