make calls to THEME->GetPathTo() more concise
This commit is contained in:
@@ -415,7 +415,7 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
|
||||
break;
|
||||
GAMESTATE->m_iCoins++;
|
||||
SCREENMAN->RefreshCreditsMessages();
|
||||
SOUNDMAN->PlayOnce( THEME->GetPathTo("Sounds","Common coin") );
|
||||
SOUNDMAN->PlayOnce( THEME->GetPathToS("Common coin") );
|
||||
return false; // Attract need to know because they go to TitleMenu on > 1 credit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user