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