diff options
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_kaleido_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/soh/src/code/z_kaleido_setup.c b/soh/src/code/z_kaleido_setup.c index 3efbd6ade..69ea3030f 100644 --- a/soh/src/code/z_kaleido_setup.c +++ b/soh/src/code/z_kaleido_setup.c @@ -133,6 +133,8 @@ void KaleidoSetup_Init(PlayState* play) { pauseCtx->ocarinaSongIdx = -1; pauseCtx->cursorSpecialPos = 0; + pauseCtx->randoQuestMode = 0; + View_Init(&pauseCtx->view, play->state.gfxCtx); } |
