diff -r 41121e2f5c03 -r 63e2b7b2ec47 hedgewars/uTypes.pas --- 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);