equal
deleted
inserted
replaced
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; |