mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Fix merge conflict for real
This commit is contained in:
parent
416e0382cc
commit
c28bf2b34d
1 changed files with 1 additions and 3 deletions
|
@ -88,12 +88,10 @@ namespace Game {
|
||||||
CVar_SetFloat("gInputScale", Settings.controller.input_scale);
|
CVar_SetFloat("gInputScale", Settings.controller.input_scale);
|
||||||
|
|
||||||
Settings.controller.input_enabled = stob(Conf[ControllerSection]["input_enabled"]);
|
Settings.controller.input_enabled = stob(Conf[ControllerSection]["input_enabled"]);
|
||||||
|
|
||||||
CVar_SetS32(const_cast<char*>("gInputEnabled"), Settings.controller.input_enabled);
|
|
||||||
CVar_SetS32("gInputEnabled", Settings.controller.input_enabled);
|
CVar_SetS32("gInputEnabled", Settings.controller.input_enabled);
|
||||||
|
|
||||||
Settings.controller.dpad_pause_name = stob(Conf[ControllerSection]["dpad_pause_name"]);
|
Settings.controller.dpad_pause_name = stob(Conf[ControllerSection]["dpad_pause_name"]);
|
||||||
CVar_SetS32(const_cast<char*>("gDpadPauseName"), Settings.controller.dpad_pause_name);
|
CVar_SetS32("gDpadPauseName", Settings.controller.dpad_pause_name);
|
||||||
|
|
||||||
// Cheats
|
// Cheats
|
||||||
Settings.cheats.debug_mode = stob(Conf[CheatSection]["debug_mode"]);
|
Settings.cheats.debug_mode = stob(Conf[CheatSection]["debug_mode"]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue