hedgewars/uChat.pas
branchwebgl
changeset 9954 bf51bc7e2808
parent 9950 2759212a27de
child 10015 4feced261c68
equal deleted inserted replaced
9952:32f5982604f4 9954:bf51bc7e2808
    40     Tex: PTexture;
    40     Tex: PTexture;
    41     Time: Longword;
    41     Time: Longword;
    42     Width: LongInt;
    42     Width: LongInt;
    43     s: shortstring;
    43     s: shortstring;
    44     end;
    44     end;
    45     TChatCmd = (quit, pause, finish, showhistory, fullscreen);
    45     TChatCmd = (ccQuit, ccPause, ccFinish, ccShowHistory, ccFullScreen);
    46 
    46 
    47 var Strs: array[0 .. MaxStrIndex] of TChatLine;
    47 var Strs: array[0 .. MaxStrIndex] of TChatLine;
    48     MStrs: array[0 .. MaxStrIndex] of shortstring;
    48     MStrs: array[0 .. MaxStrIndex] of shortstring;
    49     LocalStrs: array[0 .. MaxStrIndex] of shortstring;
    49     LocalStrs: array[0 .. MaxStrIndex] of shortstring;
    50     missedCount: LongWord;
    50     missedCount: LongWord;