diff -r 37744d5c877e -r 0f9b86942c19 hedgewars/uMobile.pas --- a/hedgewars/uMobile.pas Sat Dec 11 14:03:49 2010 +0100 +++ b/hedgewars/uMobile.pas Sat Dec 11 18:48:14 2010 +0100 @@ -57,7 +57,7 @@ function isDeviceMute: Boolean; inline; begin {$IFDEF IPHONEOS} - exit(isAppleDeviceMuted()); +// exit(isAppleDeviceMuted()); {$ENDIF} exit(false); end;