make calls to THEME->GetPathTo() more concise
This commit is contained in:
@@ -58,7 +58,7 @@ ScreenSelectGame::ScreenSelectGame() :
|
||||
false, true );
|
||||
m_Menu.m_MenuTimer.Disable();
|
||||
|
||||
SOUNDMAN->PlayMusic( THEME->GetPathTo("Sounds","ScreenSelectGame music") );
|
||||
SOUNDMAN->PlayMusic( THEME->GetPathToS("ScreenSelectGame music") );
|
||||
}
|
||||
|
||||
void ScreenSelectGame::ImportOptions()
|
||||
|
||||
Reference in New Issue
Block a user