start fix

This commit is contained in:
p.kosyh 2011-04-14 17:38:39 +00:00
parent 6949a227fa
commit 44b6c3ed49
2 changed files with 2 additions and 1 deletions

View file

@ -214,8 +214,8 @@ end)
player = stead.inherit(player, function(v)
v.look = function(s)
if not stead.started then
stead.started = true
game:start()
stead.started = true
end
if game._time == 0 then
return stead.goto(here(), false, false, true);

View file

@ -1822,6 +1822,7 @@ function gamefile(file, forget)
end
if forget then
game:start()
stead.started = true
return goto(here());
end
end