summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-10-13 13:35:41 -0400
committerGitHub <noreply@github.com>2022-10-13 13:35:41 -0400
commitdd6a8b508493ab1392948cf3e21f051fd8ba05c3 (patch)
tree045a166de9422fdb8ce4cf439cba993c2919b000
parentf4c871e35c1db6f89f350a49c966f17a5addd99e (diff)
Tweak: Default to N64 colors (#1767) (#1768)4.0.3
(cherry picked from commit 4ef7151721d7f245b460c8ff9efaf980dca89927) Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com>
-rw-r--r--soh/soh/Enhancements/bootcommands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c
index 498e9d9e7..c8c162639 100644
--- a/soh/soh/Enhancements/bootcommands.c
+++ b/soh/soh/Enhancements/bootcommands.c
@@ -24,7 +24,7 @@ void BootCommands_Init()
{
CVar_RegisterS32("gDebugEnabled", 0);
CVar_RegisterS32("gLanguages", 0); //0 = English / 1 = German / 2 = French
- CVar_RegisterS32("gHudColors", 1); //0 = N64 / 1 = NGC / 2 = Custom
+ CVar_RegisterS32("gHudColors", 0); //0 = N64 / 1 = NGC / 2 = Custom
CVar_RegisterS32("gInvertYAxis", 1);
CVar_RegisterS32("gTrailDuration", 4); // 4 = Default trail duration
if (ResourceMgr_IsGameMasterQuest()) {