This commit is contained in:
p.kosyh 2010-07-05 19:29:03 +00:00
parent 415905f254
commit 066ede062e

View file

@ -1412,7 +1412,7 @@ function game(v)
end
function live(v)
return ref(game.lifes:srch(v, true));
return ref(game.lifes:srch(v));
end
function isEnableSave()