hedgewars/uTypes.pas
branchui-scaling
changeset 13385 ec1491bb5acc
parent 13161 aa7915ceb69f
child 15283 c4fd2813b127
--- a/hedgewars/uTypes.pas	Fri Apr 27 11:19:23 2018 -0400
+++ b/hedgewars/uTypes.pas	Tue May 15 16:55:37 2018 +0200
@@ -168,7 +168,7 @@
     // Different kind of crates that e.g. hedgehogs can pick up
     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
 
-    THWFont = (fnt16, fntBig, fntSmall {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF});
+    THWFont = (fnt16, fntBig, fntSmall, fntChat {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall, CJKfntChat{$ENDIF});
 
     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
             capgrpMessage, capgrpMessage2, capgrpAmmostate);