Skip to content

Commit

Permalink
we still want the removal behavior commented out, but not this
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 20, 2020
1 parent d2b60ba commit 57110e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Etterna/Screen/Others/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ ScreenSelectMusic::Input(const InputEventPlus& input)
input.type == IET_FIRST_PRESS &&
GAMESTATE->m_pCurSteps != nullptr) {

// don't handle calctest registry for release
return true;
auto ck = GAMESTATE->m_pCurSteps->GetChartKey();
Skillset foundSS = Skillset_Invalid;
for (auto ss : SONGMAN->testChartList) {
Expand Down

0 comments on commit 57110e2

Please sign in to comment.