mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 19:04:38 +00:00
rename CS_INDEX_*
with PR suggestions
and some additional observations reverified with > `check_format.py ...` > `make ...` additionally: - current clang-format lacks a rule for trailing commas - compiler says about them `cfe: Warning 624`
This commit is contained in:
parent
2ae3bff3b8
commit
8cbdf80d86
29 changed files with 199 additions and 202 deletions
|
@ -644,8 +644,8 @@ void func_80083108(PlayState* play) {
|
|||
s16 i;
|
||||
s16 sp28 = false;
|
||||
|
||||
if ((gSaveContext.save.cutsceneIndex < CS_INDEX_SCRIPTED_0) ||
|
||||
((play->sceneId == SCENE_LON_LON_RANCH) && (gSaveContext.save.cutsceneIndex == CS_INDEX_SCRIPTED_0))) {
|
||||
if ((gSaveContext.save.cutsceneIndex < CS_INDEX_ENTRANCE_4) ||
|
||||
((play->sceneId == SCENE_LON_LON_RANCH) && (gSaveContext.save.cutsceneIndex == CS_INDEX_ENTRANCE_4))) {
|
||||
gSaveContext.forceRisingButtonAlphas = false;
|
||||
|
||||
if ((player->stateFlags1 & PLAYER_STATE1_23) || (play->shootingGalleryStatus > 1) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue