hedgewars/uMisc.pas
changeset 836 150c7c87e66c
parent 802 ed5450a89b96
child 840 3c0028245ff3
equal deleted inserted replaced
835:6f567934cc44 836:150c7c87e66c
    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;