Skip to content

Commit 48164e4

Browse files
committed
Fix overriding the default values in control table for disabled
For some reason my repro had some critical issues and I was unable to comitt to the PR #2210. I have closed that PR and opened this one given the discussion in #2210. The result of that discussion was `but omit line 594`. That is what this PR does.
1 parent 939492b commit 48164e4

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)