mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Register TTS option variable
This commit is contained in:
parent
a1ab42e59f
commit
3b7aa94db5
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("gMessageTTS", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//void BootCommands_ParseBootArgs(char* str)
|
//void BootCommands_ParseBootArgs(char* str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue