* Options now correctly save when exitting the menu in html5
* Debug builds no longer quick save ever 5 seconds git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1623 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
2367dc5e3e
commit
838fa92175
8 changed files with 36 additions and 36 deletions
|
@ -72,6 +72,7 @@ public:
|
|||
Variant * GetVarWithDefault(const string &varName, const Variant &var) {return m_varDB.GetVarWithDefault(varName, var);}
|
||||
int GetSpecial();
|
||||
void UpdateVideoSettings();
|
||||
void SaveSettings();
|
||||
void SetUsingTouchScreen(bool bNew) { m_bUsingTouchScreen = bNew; }
|
||||
bool GetUsingTouchScreen() {return m_bUsingTouchScreen;}
|
||||
bool CanDownloadDMODS() {return m_bHasDMODSupport;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue