hedgewars/uChat.pas
changeset 9145 6b51a32e48ed
parent 9080 9b42757d7e71
child 9160 fc46e75f6b72
child 9311 5baf10a52f43
equal deleted inserted replaced
9143:1b3014e53eee 9145:6b51a32e48ed
    46 var Strs: array[0 .. MaxStrIndex] of TChatLine;
    46 var Strs: array[0 .. MaxStrIndex] of TChatLine;
    47     MStrs: array[0 .. MaxStrIndex] of shortstring;
    47     MStrs: array[0 .. MaxStrIndex] of shortstring;
    48     LocalStrs: array[0 .. MaxStrIndex] of shortstring;
    48     LocalStrs: array[0 .. MaxStrIndex] of shortstring;
    49     missedCount: LongWord;
    49     missedCount: LongWord;
    50     lastStr: LongWord;
    50     lastStr: LongWord;
    51     localLastStr: LongWord;
    51     localLastStr: LongInt;
    52     history: LongWord;
    52     history: LongInt;
    53     visibleCount: LongWord;
    53     visibleCount: LongWord;
    54     InputStr: TChatLine;
    54     InputStr: TChatLine;
    55     InputStrL: array[0..260] of char; // for full str + 4-byte utf-8 char
    55     InputStrL: array[0..260] of char; // for full str + 4-byte utf-8 char
    56     ChatReady: boolean;
    56     ChatReady: boolean;
    57     showAll: boolean;
    57     showAll: boolean;