hedgewars/uVariables.pas
branchhedgeroid
changeset 5615 104f69e798bb
parent 5585 c09f5b41644a
child 5619 2ec22ebeb6f5
--- a/hedgewars/uVariables.pas	Fri Aug 19 22:31:59 2011 +0200
+++ b/hedgewars/uVariables.pas	Fri Aug 19 22:40:13 2011 +0200
@@ -128,6 +128,8 @@
     bWaterRising    : boolean;
 
     //ShowCrosshair   : boolean;  This variable is inconvenient to set.  Easier to decide when rendering
+    CrosshairX      : LongInt;
+    CrosshairY      : LongInt;
     CursorMovementX : LongInt;
     CursorMovementY : LongInt;
     cDrownSpeed     : hwFloat;