mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 23:11:20 +00:00
Rename "Scene Setup Index" to "Scene Layer" (#1300)
* setup -> layer * IS_CUTSCENE_LAYER * review * backtick * remove some more mentions of setup * alt header block * clarifying comment
This commit is contained in:
parent
d7ea63c75d
commit
afbc312024
51 changed files with 169 additions and 156 deletions
|
@ -181,7 +181,7 @@ s16 func_80AA0778(PlayState* play, Actor* thisx) {
|
|||
}
|
||||
|
||||
s32 func_80AA08C4(EnMa1* this, PlayState* play) {
|
||||
if ((this->actor.shape.rot.z == 3) && (gSaveContext.sceneSetupIndex == 5)) {
|
||||
if ((this->actor.shape.rot.z == 3) && (gSaveContext.sceneLayer == 5)) {
|
||||
return 1;
|
||||
}
|
||||
if (!LINK_IS_CHILD) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue