diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2024-02-05 02:17:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 02:17:23 -0500 |
| commit | 36d4756e59c5d4f6d38a0d36e2e07eb626b11216 (patch) | |
| tree | 5d02e3bc7f402d8e818fedd59dacf7c7a3bb10dc /src/code | |
| parent | f3df4d13b86adf9b2b1c6b6cdc0a6a1c880016c9 (diff) | |
z_construct.c retail OK (#1716)
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_construct.c | 3 |
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; |
