Fix npc trade and npc chat

This commit is contained in:
Eduardo Bart
2012-07-26 12:42:15 -03:00
parent 0a49f58e50
commit 9ad9d88e10
5 changed files with 21 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ function init()
reset()
-- load only the first time (avoid load/save between reloads)
--[[
if G.minimapFirstLoad then
G.minimapFirstLoad = false
if g_resources.fileExists('/minimap.otcm') then
@@ -53,7 +54,7 @@ function init()
connect(g_app, { onTerminate = function()
g_map.saveOtcm('/minimap.otcm')
end})
end
end]]--
end
function terminate()