Skip to content

Commit b56c0d8

Browse files
authored
Merge pull request #2241 from wookieejedi/fix-default_disabled_control-setting
Fix overriding the default values in control table for `disabled`
2 parents 648598c + 48164e4 commit b56c0d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/controlconfig/controlsconfigcommon.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ void control_config_common_load_overrides();
591591
void control_config_common_init()
592592
{
593593
for (int i=0; i<CCFG_MAX; i++) {
594-
Control_config[i].disabled = false;
595594
Control_config[i].continuous_ongoing = false;
596595
}
597596

0 commit comments

Comments
 (0)