equal
deleted
inserted
replaced
89 flagMakeCapture: boolean = false; |
89 flagMakeCapture: boolean = false; |
90 |
90 |
91 InitStepsFlags: Longword = 0; |
91 InitStepsFlags: Longword = 0; |
92 |
92 |
93 RealTicks: Longword = 0; |
93 RealTicks: Longword = 0; |
94 |
94 |
95 AttackBar: LongInt = 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP |
95 AttackBar: LongInt = 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP |
96 |
96 |
97 function hwSign(r: hwFloat): LongInt; |
97 function hwSign(r: hwFloat): LongInt; |
98 function Min(a, b: LongInt): LongInt; |
98 function Min(a, b: LongInt): LongInt; |
99 function Max(a, b: LongInt): LongInt; |
99 function Max(a, b: LongInt): LongInt; |