UIImageView, fixes to minimap

This commit is contained in:
Henrique Santiago
2013-01-31 14:20:04 -02:00
parent cb7f855fd8
commit 546007f1df
7 changed files with 130 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ function init()
})
if g_game.isOnline() then
loadMap()
online()
end
end
@@ -77,7 +77,6 @@ end
function loadMap()
local protocolVersion = g_game.getProtocolVersion()
g_map.clean()
g_minimap.clean()
if otmm then