mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 21:35:11 +00:00
apply review changes
This commit is contained in:
parent
279759f481
commit
5552e92eef
8 changed files with 39 additions and 46 deletions
|
@ -507,7 +507,7 @@ void Scene_SetTransitionForNextEntrance(PlayState* play) {
|
|||
}
|
||||
} else {
|
||||
if (!LINK_IS_ADULT) {
|
||||
entranceIndex = play->nextEntranceIndex; // SCENE_LAYER_CHILD_DAY
|
||||
entranceIndex = play->nextEntranceIndex + SCENE_LAYER_CHILD_DAY;
|
||||
} else {
|
||||
entranceIndex = play->nextEntranceIndex + SCENE_LAYER_ADULT_DAY;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue