On SelectDifficulty the "This mode is difficult" sound plays every switch from page 1 to page 2, not just the first time.

This commit is contained in:
Chris Danford
2002-10-20 20:03:28 +00:00
parent 5efe893685
commit ea9a5be821
2 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -15,6 +15,7 @@
#include "Screen.h"
#include "Quad.h"
#include "MenuElements.h"
#include "RandomSample.h"
const int NUM_ITEMS_ON_PAGE_1 = 3; // easy, medium, hard,
@@ -62,8 +63,7 @@ private:
RageSoundSample m_soundChange;
RageSoundSample m_soundSelect;
bool m_bPlayedChallengeSound;
RandomSample m_soundDifficult;
int m_iSelection[NUM_PLAYERS];
bool m_bChosen[NUM_PLAYERS];