mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Register feature control variable
This commit is contained in:
parent
e44c05b1e0
commit
9bb913f550
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ void BootCommands_Init()
|
||||||
CVar_RegisterS32("gDisableLOD", 0);
|
CVar_RegisterS32("gDisableLOD", 0);
|
||||||
CVar_RegisterS32("gDebugEnabled", 0);
|
CVar_RegisterS32("gDebugEnabled", 0);
|
||||||
CVar_RegisterS32("gPauseLiveLink", 0);
|
CVar_RegisterS32("gPauseLiveLink", 0);
|
||||||
|
CVar_RegisterS32("gDPadLook", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//void BootCommands_ParseBootArgs(char* str)
|
//void BootCommands_ParseBootArgs(char* str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue