hedgewars/uTypes.pas
changeset 15665 63e2b7b2ec47
parent 15639 afeffdb4a712
parent 15283 c4fd2813b127
child 15900 128ace913837
--- a/hedgewars/uTypes.pas	Tue Jun 30 23:25:52 2020 +0300
+++ b/hedgewars/uTypes.pas	Sat Jul 04 03:11:41 2020 +0200
@@ -178,7 +178,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);