From 36d4756e59c5d4f6d38a0d36e2e07eb626b11216 Mon Sep 17 00:00:00 2001 From: Lucas Shaw <49287729+shawlucas@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:17:23 -0500 Subject: [PATCH] z_construct.c retail OK (#1716) --- src/code/z_construct.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/code/z_construct.c b/src/code/z_construct.c index e2810934a4..7eab18dd0f 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;