Whoops. Fix NoPointX typo in HedgeEditor
--- 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)