This commit is contained in:
p.kosyh 2010-07-04 14:54:55 +00:00
parent 88a7e3568c
commit 63b57bc036

View file

@ -141,6 +141,13 @@ go = stead.hook(go, function(f, ...)
if stead.in_life_call then
ACTION_TEXT = nil
end
if r == nil and PLAYER_MOVED and v == nil then
if cctx() then
cctx().txt = true --hack to cancel game.act
else
r = true
end
end
return r,v
end)