hedgewars/uMisc.pas
changeset 564 17fb45c670c1
parent 553 5478386d935f
child 614 0e04504bc140
--- a/hedgewars/uMisc.pas	Fri Jul 20 13:46:27 2007 +0000
+++ b/hedgewars/uMisc.pas	Fri Jul 20 19:04:24 2007 +0000
@@ -86,6 +86,8 @@
 
     InitStepsFlags: Longword = 0;
 
+    RealTicks: Longword = 0;
+    
     AttackBar: LongInt = 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP
 
 function hwSign(r: hwFloat): LongInt;