hedgewars/uChat.pas
branchwebgl
changeset 8850 ae8a957c69fd
parent 8833 c13ebed437cb
child 9127 e350500c4edb
equal deleted inserted replaced
8847:ff7fbab7cd56 8850:ae8a957c69fd
    39     Tex: PTexture;
    39     Tex: PTexture;
    40     Time: Longword;
    40     Time: Longword;
    41     Width: LongInt;
    41     Width: LongInt;
    42     s: shortstring;
    42     s: shortstring;
    43     end;
    43     end;
    44     TChatCmd = (quit, pause, finish, fullscreen);
    44     TChatCmd = (quitCmd, pauseCmd, finishCmd, fullscreenCmd);
    45 
    45 
    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;