hedgewars/uChat.pas
branchwebgl
changeset 9160 fc46e75f6b72
parent 9127 e350500c4edb
parent 9145 6b51a32e48ed
child 9521 8054d9d775fd
equal deleted inserted replaced
9136:78f087fd3e5b 9160:fc46e75f6b72
    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;