fix walk freeze, fix some texts displaying in pink

This commit is contained in:
Eduardo Bart
2012-01-19 14:23:24 -02:00
parent 3725577aac
commit 9450fab9e7
6 changed files with 19 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ function table.removevalue(t, value)
for k,v in pairs(t) do
if v == value then
table.remove(t, k)
break
end
end
end