diff -r 352393fc75be -r 98024c99e58d hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Nov 07 21:15:36 2013 +0400 +++ b/hedgewars/uWorld.pas Thu Nov 07 22:51:34 2013 +0400 @@ -1916,7 +1916,7 @@ begin if (not cHasFocus) and (GameState <> gsConfirm) then ParseCommand('quit', true); -{$IFDEF SDL2} +{$IFDEF MOBILE} // when created SDL receives an exposure event that calls UndampenAudio at full power, muting audio exit; {$ENDIF}