Skip to content

Commit

Permalink
remove replay fail prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 28, 2018
1 parent c7a792e commit d15a661
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/ScreenGameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1562,11 +1562,9 @@ ScreenGameplay::Update(float fDeltaTime)
}

if (bAllFailed) {
if (!GamePreferences::m_AutoPlay == PC_REPLAY) {
m_pSoundMusic->StopPlaying();
SCREENMAN->PostMessageToTopScreen(SM_NotesEnded, 0);
m_LyricDisplay.Stop();
}
m_pSoundMusic->StopPlaying();
SCREENMAN->PostMessageToTopScreen(SM_NotesEnded, 0);
m_LyricDisplay.Stop();
}

// Update living players' alive time
Expand Down

0 comments on commit d15a661

Please sign in to comment.