play sounds normally

This commit is contained in:
Glenn Maynard
2006-11-21 17:57:06 +00:00
parent a4e69a7ec7
commit 6276a1f93d
2 changed files with 9 additions and 4 deletions
+3
View File
@@ -3,6 +3,7 @@
#include "ScreenWithMenuElements.h"
#include "BitmapText.h"
#include "RageSound.h"
enum SetTimeSelection
{
@@ -38,6 +39,8 @@ private:
void ChangeSelection( int iDirection );
void ChangeValue( int iDirection );
RageSound m_soundChangeValue;
RageSound m_soundChangeSelection;
BitmapText m_textTitle[NUM_SetTimeSelection];
BitmapText m_textValue[NUM_SetTimeSelection];
BitmapText m_textDayOfWeek;