From 5fb2e29b2ea7a1bbea550892fe9791bbf9b1197c Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Thu, 15 Jul 2010 18:31:23 +0000 Subject: [PATCH] auto_saved bug fix --- stead/stead.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stead/stead.lua b/stead/stead.lua index 1dd3424..043c891 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1552,6 +1552,7 @@ function clearvar (v) for k,o in pairs(v) do if type(o) == 'table' and o.__visited__ ~= nil then o.__visited__ = nil + o.auto_saved = nil clearvar(o) end end