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