diff -r a7e40b20ce44 -r 104f69e798bb hedgewars/uVariables.pas --- 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;