diff -r e461deddc942 -r ec1491bb5acc hedgewars/uTypes.pas --- 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);