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
|
@ -2003,7 +2003,7 @@ void func_80AEF890(EnRu1* this, PlayState* play) {
|
|||
s32 pad[2];
|
||||
s8 curRoomNum;
|
||||
|
||||
if ((gSaveContext.sceneSetupIndex < 4) && (EnRu1_IsCsStateIdle(play))) {
|
||||
if (!IS_CUTSCENE_LAYER && (EnRu1_IsCsStateIdle(play))) {
|
||||
curRoomNum = play->roomCtx.curRoom.num;
|
||||
SET_INFTABLE(INFTABLE_145);
|
||||
Flags_SetSwitch(play, func_80AEADE0(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue