don't load multiple copies of "common back" sound

This commit is contained in:
Chris Danford
2004-05-01 23:30:30 +00:00
parent 6590bd2d48
commit 2e174881c5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ void ScreenCenterImage::Input( const DeviceInput& DeviceI, const InputEventType
case SDLK_ESCAPE:
if(!IsTransitioning())
{
SOUND->PlayOnce( THEME->GetPathToS("Common back") );
SCREENMAN->PlayBackSound();
StartTransitioning( SM_GoToPrevScreen );
}
case SDLK_RETURN: