This commit is contained in:
p.kosyh 2010-01-15 05:36:18 +00:00
parent b739e371bf
commit c8464d45a6

View file

@ -1604,7 +1604,7 @@ iface = {
return vv return vv
end, end,
cmd = function(self, inp) cmd = function(self, inp)
local r, v, vv; local r, v;
v = false v = false
local st = false; -- changed state (main screen) local st = false; -- changed state (main screen)
local a = { }; local a = { };
@ -1662,6 +1662,7 @@ iface = {
ACTION_TEXT = r; -- here, life methods can redefine this ACTION_TEXT = r; -- here, life methods can redefine this
local av, pv -- av -- active lifes, pv -- background local av, pv -- av -- active lifes, pv -- background
local vv
if st then if st then
pv,av = game:step(); pv,av = game:step();