get rid of MUSIC

This commit is contained in:
Glenn Maynard
2003-01-02 07:54:28 +00:00
parent 2b7dad6766
commit 24a3592741
38 changed files with 40 additions and 60 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include "RageUtil.h"
#include "GameConstantsAndTypes.h"
#include "PrefsManager.h"
#include "RageMusic.h"
#include "RageSoundManager.h"
#include "ThemeManager.h"
#include "RageLog.h"
@@ -95,7 +95,7 @@ void TransitionKeepAlive::OpenWipingRight( ScreenMessage send_when_done )
void TransitionKeepAlive::OpenWipingLeft( ScreenMessage send_when_done )
{
if( STOP_MUSIC_ON_NEXT )
MUSIC->Stop();
SOUNDMAN->music->StopPlaying();
this->SetTransitionTime( KEEP_ALIVE_BACKWARD_TRANSITION_TIME );