From 6949a227faddf57744f6be4de49e28f817a710d5 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Thu, 14 Apr 2011 16:20:44 +0000 Subject: [PATCH] fix in game:start --- stead/stead.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stead/stead.lua b/stead/stead.lua index de67b21..e4c811f 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1821,6 +1821,7 @@ function gamefile(file, forget) end end if forget then + game:start() return goto(here()); end end