branch | webgl |
changeset 9160 | fc46e75f6b72 |
parent 9127 | e350500c4edb |
parent 9145 | 6b51a32e48ed |
child 9521 | 8054d9d775fd |
--- 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