lock: add allow_session_lock_restore
This commit is contained in:
parent
cc01550aff
commit
896a78aaa0
2 changed files with 6 additions and 1 deletions
|
|
@ -93,6 +93,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["misc:render_ahead_safezone"].intValue = 1;
|
||||
configValues["misc:cursor_zoom_factor"].floatValue = 1.f;
|
||||
configValues["misc:cursor_zoom_rigid"].intValue = 0;
|
||||
configValues["misc:allow_session_lock_restore"].intValue = 0;
|
||||
|
||||
configValues["debug:int"].intValue = 0;
|
||||
configValues["debug:log_damage"].intValue = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue