mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-25 01:28:54 -05:00
register boolean for colors radiobox
This commit is contained in:
parent
12a4b98acf
commit
1b45903802
@ -26,6 +26,9 @@ void BootCommands_Init()
|
||||
CVar_RegisterS32("gPauseLiveLink", 0);
|
||||
CVar_RegisterS32("gMinimalUI", 0);
|
||||
CVar_RegisterS32("gVisualAgony", 0);
|
||||
CVar_RegisterS32("gN64Colors", 1);
|
||||
CVar_RegisterS32("gGameCubeColors", 0);
|
||||
CVar_RegisterS32("gCustomColors", 0);
|
||||
}
|
||||
|
||||
//void BootCommands_ParseBootArgs(char* str)
|
||||
|
Loading…
Reference in New Issue
Block a user