summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorIsghj <42048411+isghj5@users.noreply.github.com>2021-04-18 11:16:14 -0700
committerGitHub <noreply@github.com>2021-04-18 14:16:14 -0400
commit768ca0839b862f1eff09661d9b20af51f70a738e (patch)
tree885c0fb03f1356d868af3d288809ea0c50d62a0a /src/code
parentd327f3e6c38d66f6c64855a3aca8b2b01caada73 (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.c2
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) {