hedgewars/uTypes.pas
branchhedgeroid
changeset 5639 ebe9858eb6a3
parent 5619 2ec22ebeb6f5
child 5644 4ad07103cfae
--- 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);