We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aace224 commit 34befb7Copy full SHA for 34befb7
Source/Activities/GameActivity.cpp
@@ -1728,7 +1728,7 @@ void GameActivity::Update() {
1728
g_FrameMan.SetScreenText("Press [SPACE] or [START] to continue!", ScreenOfPlayer(player), 750);
1729
1730
// Actually end on space
1731
- if (m_GameOverTimer.IsPastSimMS(55000) || g_UInputMan.AnyStartPress()) {
+ if (g_UInputMan.AnyStartPress()) {
1732
g_ActivityMan.EndActivity();
1733
g_ActivityMan.SetInActivity(false);
1734
}
0 commit comments