Holding start to give up leaves gameplay instead of going to next song.

This commit is contained in:
Kyzentun
2014-12-22 03:52:08 -07:00
parent 7ee2938917
commit 55fb14cd10
2 changed files with 16 additions and 5 deletions
+1
View File
@@ -276,6 +276,7 @@ protected:
BitmapText m_textDebug;
RageTimer m_GiveUpTimer;
bool m_gave_up;
void AbortGiveUp( bool bShowText );
Transition m_Ready;