use PlayMusic

This commit is contained in:
Glenn Maynard
2003-01-02 07:39:58 +00:00
parent 18320299f0
commit 94216ccaa2
22 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ ScreenHowToPlay::ScreenHowToPlay()
m_sprHowToPlay.BeginTweening( 0.6f, Actor::TWEEN_BIAS_BEGIN );
m_sprHowToPlay.SetTweenX( CENTER_X );
MUSIC->LoadAndPlayIfNotAlready( THEME->GetPathTo("Sounds","how to play music") );
SOUNDMAN->PlayMusic( THEME->GetPathTo("Sounds","how to play music") );
}
ScreenHowToPlay::~ScreenHowToPlay()