on SPO, ignore MenuStart repeats until we get one FirstPressed

This commit is contained in:
Chris Danford
2004-02-23 08:33:54 +00:00
parent 9d954465f2
commit 699dcc36a1
2 changed files with 18 additions and 2 deletions
+5
View File
@@ -170,6 +170,11 @@ protected:
AutoActor m_sprMore;
bool m_bMoreShown, m_bWasOnExit[NUM_PLAYERS];
// TRICKY: People hold Start to get to PlayerOptions, then
// the repeat events cause them to zip to the bottom. So, ignore
// Start repeat events until we've seen one first pressed event.
bool m_bGotAtLeastOneStartPressed[NUM_PLAYERS];
RageSound m_SoundChangeCol;
RageSound m_SoundNextRow;