diff options
| author | Isghj <42048411+isghj5@users.noreply.github.com> | 2021-04-18 11:16:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 14:16:14 -0400 |
| commit | 768ca0839b862f1eff09661d9b20af51f70a738e (patch) | |
| tree | 885c0fb03f1356d868af3d288809ea0c50d62a0a /src/code | |
| parent | d327f3e6c38d66f6c64855a3aca8b2b01caada73 (diff) | |
DoorAna: OK (#90)
* DoorAna: OK
* DoorAna: changed z_lib functionname to match new master
* DoorAna: requested changes
* DoorAna: requested changes
* DoorAna: Renamed nextEntranceIndex
* DoorAna: some changes requested
Co-authored-by: isghj8 <isghj8@gmail.com>
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_scene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_scene.c b/src/code/z_scene.c index 496c8ca7a..bd5b40d32 100644 --- a/src/code/z_scene.c +++ b/src/code/z_scene.c @@ -525,7 +525,7 @@ void Scene_HeaderCommand1A(GlobalContext* ctxt, SceneCmd* entry) { } void func_801306A4(GlobalContext *ctxt) { - ctxt->unk1887F = func_801323A0(ctxt->unk1887A) & 0x7F; + ctxt->unk1887F = func_801323A0(ctxt->nextEntranceIndex) & 0x7F; } s32 Scene_ProcessHeader(GlobalContext* ctxt, SceneCmd* header) { |
