Fixed Song/Stage counter in Oni/Endless

This commit is contained in:
Chris Danford
2002-08-01 05:11:11 +00:00
parent 4e1bd74ee6
commit 0e0a328191
13 changed files with 119 additions and 98 deletions
+3
View File
@@ -23,6 +23,7 @@
#include "RageLog.h"
#include "GameManager.h"
#include "GameState.h"
#include "RageSound.h"
enum {
@@ -63,6 +64,8 @@ ScreenPlayerOptions::ScreenPlayerOptions() :
g_PlayerOptionsLines,
NUM_PLAYER_OPTIONS_LINES
);
SOUND->PlayOnceStreamedFromDir( ANNOUNCER->GetPathTo(ANNOUNCER_PLAYER_OPTIONS_INTRO) );
}