Update bootcommands.c

This commit is contained in:
Ada 2022-05-01 21:26:51 +01:00 committed by GitHub
parent 2108f9fa6c
commit ab8a0bac7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)