added apply_sens_to_raw
This commit is contained in:
parent
30683d5c44
commit
655c038417
2 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
CConfigManager::CConfigManager() {
|
||||
configValues["general:max_fps"].intValue = 240;
|
||||
configValues["general:sensitivity"].floatValue = 0.25f;
|
||||
configValues["general:apply_sens_to_raw"].intValue = 1;
|
||||
configValues["general:main_mod"].strValue = "SUPER"; // exposed to the user for easier configuring
|
||||
configValues["general:main_mod_internal"].intValue = g_pKeybindManager->stringToModMask("SUPER"); // actually used and automatically calculated
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue