diff -r 32a1696ca93a -r 24b531dcebe7 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed May 16 10:11:00 2018 +0200 +++ b/hedgewars/uConsts.pas Wed May 16 18:09:13 2018 +0200 @@ -196,10 +196,9 @@ cDefaultZoomLevel = 2.0; cBaseChatFontHeight = 12; - cDefaultChatScaleLevel = 1.0; cChatScaleRelDelta = 0.1; cMinChatScaleValue = 0.8; - cMaxChatScaleValue = 20; + cMaxChatScaleValue = 20.0; cDefaultUIScaleLevel = 1.0;