From 637a51465998ba0e0603913b05049ff93f73f29d Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Wed, 27 Apr 2022 04:29:05 +0200 Subject: [PATCH] Update bootcommands.c --- soh/soh/Enhancements/bootcommands.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index a28a0de12..71404d20c 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -29,9 +29,7 @@ void BootCommands_Init() CVar_RegisterS32("gUniformLR", 1); CVar_RegisterS32("gNewDrops", 0); CVar_RegisterS32("gVisualAgony", 0); - CVar_RegisterS32("gN64Colors", 1); - CVar_RegisterS32("gGameCubeColors", 0); - CVar_RegisterS32("gCustomColors", 0); + CVar_RegisterS32("gHudColors", 1); //0 N64 colors/1 Gamecube colors/2 Custom colors } //void BootCommands_ParseBootArgs(char* str)