diff options
| author | Malkierian <malkierian@gmail.com> | 2024-04-20 11:56:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 18:56:32 +0000 |
| commit | e2622af004b17df58ab8a8d1472ab78ae649f341 (patch) | |
| tree | 69534af9bfc6372b1ef450111aae8c4543859893 /soh/src/code/z_common_data.c | |
| parent | 694a876a7045a8a0b4a69d6aae0510b6dcef86db (diff) | |
Step 3 of CVar macro/sectionalizing: Dev Tools, Cheats, Audio Editor, Remote (#4030)
* Swapped Audio Editor CVars.
* Swapped Cheat CVars.
* Swapped Developer Tools CVars. Also a couple General CVars.
* Added REMOTE_CVAR.
Swapped Remote CVars.
* Missed an include.
Diffstat (limited to 'soh/src/code/z_common_data.c')
| -rw-r--r-- | soh/src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_common_data.c b/soh/src/code/z_common_data.c index 2a903b26e..491689880 100644 --- a/soh/src/code/z_common_data.c +++ b/soh/src/code/z_common_data.c @@ -8,7 +8,7 @@ void SaveContext_Init(void) { gSaveContext.seqId = (u8)NA_BGM_DISABLED; gSaveContext.natureAmbienceId = NATURE_ID_DISABLED; gSaveContext.forcedSeqId = NA_BGM_GENERAL_SFX; - gSaveContext.nextCutsceneIndex = CVarGetInteger("gBetaQuestWorld", 0xFFEF); + gSaveContext.nextCutsceneIndex = CVarGetInteger(CHEAT_CVAR("BetaQuestWorld"), 0xFFEF); gSaveContext.cutsceneTrigger = 0; gSaveContext.chamberCutsceneNum = 0; gSaveContext.nextDayTime = 0xFFFF; |
