SOUNDMAN -> SOUND

RageSoundManager.h -> RageSounds.h
This commit is contained in:
Glenn Maynard
2003-07-26 22:53:22 +00:00
parent beca62eee1
commit 3aea7c8a3e
13 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
#include "ScreenBackgroundOptions.h"
#include "RageUtil.h"
#include "RageSoundManager.h"
#include "RageSounds.h"
#include "ScreenManager.h"
#include "PrefsManager.h"
#include "GameConstantsAndTypes.h"
@@ -52,7 +52,7 @@ ScreenBackgroundOptions::ScreenBackgroundOptions() :
false, true );
m_Menu.m_MenuTimer.Disable();
SOUNDMAN->PlayMusic( THEME->GetPathToS("ScreenMachineOptions music") );
SOUNDS->PlayMusic( THEME->GetPathToS("ScreenMachineOptions music") );
}
void ScreenBackgroundOptions::ImportOptions()