mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
z_construct.c retail OK (#1716)
This commit is contained in:
parent
f3df4d13b8
commit
36d4756e59
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@ void Interface_Init(PlayState* play) {
|
||||||
|
|
||||||
View_Init(&interfaceCtx->view, play->state.gfxCtx);
|
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_1EC = interfaceCtx->unk_1EE = interfaceCtx->unk_1F0 = 0;
|
||||||
|
interfaceCtx->unk_1FA = interfaceCtx->unk_261 = interfaceCtx->unk_1FC = 0;
|
||||||
|
|
||||||
interfaceCtx->unk_22E = 0;
|
interfaceCtx->unk_22E = 0;
|
||||||
interfaceCtx->lensMagicConsumptionTimer = 16;
|
interfaceCtx->lensMagicConsumptionTimer = 16;
|
||||||
interfaceCtx->unk_1F4 = 0.0f;
|
interfaceCtx->unk_1F4 = 0.0f;
|
||||||
|
|
Loading…
Reference in a new issue