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 return
end end
if input.kbd_alt then if input.kbd_alt and
(game.codepage == 'UTF-8' or game.codepage == 'utf-8') then
kbd = kbdru; kbd = kbdru;
else else
kbd = kbden kbd = kbden

View file

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