add separate screenshot sound

This commit is contained in:
Chris Danford
2003-12-10 06:07:09 +00:00
parent e900f29d03
commit 66331e6802
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1081,7 +1081,7 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
break;
}
DISPLAY->SaveScreenshot( sPath );
SOUND->PlayOnce( THEME->GetPathToS("ScreenEdit save") ); // FIXME
SOUND->PlayOnce( THEME->GetPathToS("Common screenshot") );
return true;
}