diff -r 78f087fd3e5b -r fc46e75f6b72 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Tue Jun 04 23:56:17 2013 +0200 +++ b/hedgewars/uChat.pas Sun Jun 09 12:22:53 2013 +0200 @@ -48,8 +48,8 @@ LocalStrs: array[0 .. MaxStrIndex] of shortstring; missedCount: LongWord; lastStr: LongWord; - localLastStr: LongWord; - history: LongWord; + localLastStr: LongInt; + history: LongInt; visibleCount: LongWord; InputStr: TChatLine; InputStrL: array[0..260] of char; // for full str + 4-byte utf-8 char