summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorLucas Shaw <49287729+shawlucas@users.noreply.github.com>2024-02-05 02:17:23 -0500
committerGitHub <noreply@github.com>2024-02-05 02:17:23 -0500
commit36d4756e59c5d4f6d38a0d36e2e07eb626b11216 (patch)
tree5d02e3bc7f402d8e818fedd59dacf7c7a3bb10dc /src/code
parentf3df4d13b86adf9b2b1c6b6cdc0a6a1c880016c9 (diff)
z_construct.c retail OK (#1716)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_construct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c
index e2810934a..7eab18dd0 100644
--- a/src/code/z_construct.c
+++ b/src/code/z_construct.c
@@ -17,8 +17,9 @@ void Interface_Init(PlayState* play) {
View_Init(&interfaceCtx->view, play->state.gfxCtx);
- interfaceCtx->unk_1FA = interfaceCtx->unk_261 = interfaceCtx->unk_1FC = 0;
interfaceCtx->unk_1EC = interfaceCtx->unk_1EE = interfaceCtx->unk_1F0 = 0;
+ interfaceCtx->unk_1FA = interfaceCtx->unk_261 = interfaceCtx->unk_1FC = 0;
+
interfaceCtx->unk_22E = 0;
interfaceCtx->lensMagicConsumptionTimer = 16;
interfaceCtx->unk_1F4 = 0.0f;