# HG changeset patch # User Wuzzy # Date 1533175692 -7200 # Node ID 11497a930b2904ba58b7102e60b3c6329b8089c8 # Parent f4d51ecf6043223d9c02eced9dd1edc130f65985 Whoops. Fix NoPointX typo in HedgeEditor diff -r f4d51ecf6043 -r 11497a930b29 share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua --- 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)