diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index dc174b09d..1afe03c82 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -30,7 +30,7 @@ void BootCommands_Init() CVar_RegisterS32("gNewDrops", 0); CVar_RegisterS32("gVisualAgony", 0); CVar_RegisterS32("gLanguages", 0); //0 = English / 1 = German / 2 = French - CVar_RegisterS32("gShowTitleInfo", 0); + CVar_RegisterS32("gSOHSplashscreen", 0); } //void BootCommands_ParseBootArgs(char* str)