hedgewars/uVariables.pas
changeset 8376 c11cc7246df7
parent 8373 209c9ba77a09
child 8444 75db7bb8dce8
child 8548 b98631bf2066
--- a/hedgewars/uVariables.pas	Sun Jan 13 11:14:50 2013 +0400
+++ b/hedgewars/uVariables.pas	Mon Jan 14 12:07:06 2013 +0400
@@ -177,8 +177,9 @@
     SDWaterColorArray : array[0..3] of HwColor4f;
     SDTint          : LongInt;
 
-    CursorPoint     : TPoint;
-    TargetPoint     : TPoint;
+    TargetCursorPoint     : TPoint;
+    CursorPoint           : TPoint;
+    TargetPoint           : TPoint;
 
     ScreenFade      : TScreenFade;
     ScreenFadeValue : LongInt;