diff -r fcc0e5b3d66b -r ebe9858eb6a3 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Sun Aug 21 22:16:55 2011 +0200 +++ b/hedgewars/uTypes.pas Sun Aug 21 22:17:40 2011 +0200 @@ -152,7 +152,7 @@ // Different kind of crates that e.g. hedgehogs can pick up TCrateType = (HealthCrate, AmmoCrate, UtilityCrate); - THWFont = (fnt16, fntBig, fntSmall {$IFNDEF IPHONEOS}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF}); + THWFont = (fnt16, fntBig, fntSmall {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF}); TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume, capgrpMessage, capgrpMessage2, capgrpAmmostate);