equal
deleted
inserted
replaced
67 isCursorVisible : boolean; |
67 isCursorVisible : boolean; |
68 isInLag : boolean; |
68 isInLag : boolean; |
69 isPaused : boolean; |
69 isPaused : boolean; |
70 isInMultiShoot : boolean; |
70 isInMultiShoot : boolean; |
71 isSpeed : boolean; |
71 isSpeed : boolean; |
|
72 isAFK : boolean; |
72 SpeedStart : LongWord; |
73 SpeedStart : LongWord; |
73 |
74 |
74 fastUntilLag : boolean; |
75 fastUntilLag : boolean; |
75 fastScrolling : boolean; |
76 fastScrolling : boolean; |
76 autoCameraOn : boolean; |
77 autoCameraOn : boolean; |
2294 cntTicks: LongWord; |
2295 cntTicks: LongWord; |
2295 {$ENDIF} |
2296 {$ENDIF} |
2296 |
2297 |
2297 |
2298 |
2298 PauseTexture, |
2299 PauseTexture, |
|
2300 AFKTexture, |
2299 SyncTexture, |
2301 SyncTexture, |
2300 ConfirmTexture: PTexture; |
2302 ConfirmTexture: PTexture; |
2301 cScaleFactor: GLfloat; |
2303 cScaleFactor: GLfloat; |
2302 SupportNPOTT: Boolean; |
2304 SupportNPOTT: Boolean; |
2303 Step: LongInt; |
2305 Step: LongInt; |
2497 isCursorVisible := false; |
2499 isCursorVisible := false; |
2498 isInLag := false; |
2500 isInLag := false; |
2499 isPaused := false; |
2501 isPaused := false; |
2500 isInMultiShoot := false; |
2502 isInMultiShoot := false; |
2501 isSpeed := false; |
2503 isSpeed := false; |
|
2504 isAFK := false; |
2502 SpeedStart := 0; |
2505 SpeedStart := 0; |
2503 fastUntilLag := false; |
2506 fastUntilLag := false; |
2504 fastScrolling := false; |
2507 fastScrolling := false; |
2505 autoCameraOn := true; |
2508 autoCameraOn := true; |
2506 cScriptName := ''; |
2509 cScriptName := ''; |