SOUNDMAN -> SOUND
RageSoundManager.h -> RageSounds.h
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "ScreenAppearanceOptions.h"
|
||||
#include "RageTextureManager.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageSoundManager.h"
|
||||
#include "RageSounds.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
@@ -68,7 +68,7 @@ ScreenAppearanceOptions::ScreenAppearanceOptions() :
|
||||
false, true );
|
||||
m_Menu.m_MenuTimer.Disable();
|
||||
|
||||
SOUNDMAN->PlayMusic( THEME->GetPathToS("ScreenAppearanceOptions music") );
|
||||
SOUND->PlayMusic( THEME->GetPathToS("ScreenAppearanceOptions music") );
|
||||
}
|
||||
|
||||
void ScreenAppearanceOptions::ImportOptions()
|
||||
|
||||
Reference in New Issue
Block a user