equal
deleted
inserted
replaced
91 |
91 |
92 flagMakeCapture: boolean = false; |
92 flagMakeCapture: boolean = false; |
93 |
93 |
94 InitStepsFlags: Longword = 0; |
94 InitStepsFlags: Longword = 0; |
95 |
95 |
96 AttackBar : integer = 0; // 0 - отсутствует, 1 - внизу, 2 - как в wwp |
96 AttackBar: integer = 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP |
97 |
97 |
98 function Sign(r: real): integer; |
98 function Sign(r: real): integer; |
99 function Min(a, b: integer): integer; |
99 function Min(a, b: integer): integer; |
100 function Max(a, b: integer): integer; |
100 function Max(a, b: integer): integer; |
101 procedure OutError(Msg: String; const isFatalError: boolean=false); |
101 procedure OutError(Msg: String; const isFatalError: boolean=false); |