Update bootcommands.c

pull/104/head
MegaMech 2022-03-27 17:16:02 -07:00 committed by GitHub
parent d528160684
commit 17e379ded1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
soh/soh/Enhancements

View File

@ -24,6 +24,7 @@ void BootCommands_Init()
CVar_RegisterS32("gDisableLOD", 0);
CVar_RegisterS32("gDebugEnabled", 0);
CVar_RegisterS32("gPauseLiveLink", 0);
CVar_RegisterS32("noclip", 0);
}
//void BootCommands_ParseBootArgs(char* str)