From ab8a0bac7a86642c873b35766b3e410dc3e63864 Mon Sep 17 00:00:00 2001 From: Ada <60364512+GreatArgorath@users.noreply.github.com> Date: Sun, 1 May 2022 21:26:51 +0100 Subject: [PATCH] Update bootcommands.c --- soh/soh/Enhancements/bootcommands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index 21f3340cb..3714030fa 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -29,7 +29,7 @@ void BootCommands_Init() CVar_RegisterS32("gUniformLR", 1); CVar_RegisterS32("gNewDrops", 0); CVar_RegisterS32("gVisualAgony", 0); - CVar_RegisterS32("gShowExtraTitleInfo", 0); + CVar_RegisterS32("gShowTitleInfo", 1); } //void BootCommands_ParseBootArgs(char* str)