Skip to content

Commit 482ac7e

Browse files
committed
fix operator key overriding all input always
this was partially caused by removal of the insert coin button functionality but this logic also needed a change because it still meant that operator was blocking
1 parent b77f1bf commit 482ac7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Etterna/Globals/StepMania.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1250,11 +1250,9 @@ HandleGlobalInputs(const InputEventPlus& input)
12501250
GAMESTATE->Reset();
12511251
SCREENMAN->SetNewScreen(
12521252
CommonMetrics::OPERATOR_MENU_SCREEN);
1253+
return true;
12531254
}
12541255
}
1255-
return true;
1256-
return false; // Attract needs to know because it goes to TitleMenu
1257-
// on > 1 credit
12581256
default:
12591257
break;
12601258
}

0 commit comments

Comments
 (0)