fix in input module

This commit is contained in:
p.kosyh 2010-06-07 13:54:14 +00:00
parent 3679c69022
commit 7438761822

View file

@ -195,7 +195,7 @@ game.action = hook(game.action, function (f, s, cmd, ...)
if cmd == 'kbd_enter' then
return call(here(), 'kbd_enter');
end
if f then return f(s, cmd, unpack(args)) end
if f then return f(s, cmd, unpack(arg)) end
end)
input_kbd = function(s, down, key)