share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua
changeset 13599 11497a930b29
parent 13596 7699987d9f70
child 13643 690cc84e9fd6
--- a/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua	Thu Aug 02 04:04:21 2018 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua	Thu Aug 02 04:08:12 2018 +0200
@@ -2861,7 +2861,7 @@
 
 -- Display the X and Y coordinates of the cursor while the cursor is active
 function updateCursorCoords()
-	if band(GetState(CurrentHedgehog), gstChooseTarget) ~= 0 and CursorX ~= NoPoitX then
+	if band(GetState(CurrentHedgehog), gstChooseTarget) ~= 0 and CursorX ~= NoPointX then
 		local x1, y = 12, 24
 		if tagCursorX then
 			DeleteVisualGear(tagCursorX)