Quantcast

* Updated to work with the rotating minimap option

James Whitehead Ii [07-19-07 - 13:58]
* Updated to work with the rotating minimap option
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index 91a5222..a8fbf66 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -282,6 +282,9 @@ local function MinimapIcon_UpdateArrow(self, elapsed)
 	local icon = self.parent
 	local angle = Astrolabe:GetDirectionToIcon(icon)

+	local cring = MiniMapCompassRing:GetFacing()
+	angle = angle + cring
+
 	gomove(self, angle)
 end