mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Update bootcommands.c
This commit is contained in:
parent
5b302861bd
commit
637a514659
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ void BootCommands_Init()
|
|||
CVar_RegisterS32("gUniformLR", 1);
|
||||
CVar_RegisterS32("gNewDrops", 0);
|
||||
CVar_RegisterS32("gVisualAgony", 0);
|
||||
CVar_RegisterS32("gN64Colors", 1);
|
||||
CVar_RegisterS32("gGameCubeColors", 0);
|
||||
CVar_RegisterS32("gCustomColors", 0);
|
||||
CVar_RegisterS32("gHudColors", 1); //0 N64 colors/1 Gamecube colors/2 Custom colors
|
||||
}
|
||||
|
||||
//void BootCommands_ParseBootArgs(char* str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue