null obj, input clean

This commit is contained in:
p.kosyh 2010-07-18 04:39:39 +00:00
parent 945d8fdf9c
commit 914e778669
2 changed files with 6 additions and 1 deletions

View file

@ -172,7 +172,8 @@ function kbdxlat(s)
return
end
if input.kbd_alt then
if input.kbd_alt and
(game.codepage == 'UTF-8' or game.codepage == 'utf-8') then
kbd = kbdru;
else
kbd = kbden

View file

@ -2612,6 +2612,10 @@ end
stead.code = code
--- here the game begins
stead.objects = function(s)
null = obj {
nam = 'null';
}
allocator = obj {
nam = 'allocator',
get = function(s, n, c)