diff -r fcc0e5b3d66b -r ebe9858eb6a3 hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Sun Aug 21 22:16:55 2011 +0200 +++ b/hedgewars/uUtils.pas Sun Aug 21 22:17:40 2011 +0200 @@ -278,7 +278,7 @@ tmpstr: array[0..256] of WideChar; begin -{$IFNDEF IPHONEOS} +{$IFNDEF MOBILE} // remove chinese fonts for now if (font >= CJKfnt16) or (length(s) = 0) then {$ENDIF}