fix in ini

This commit is contained in:
p.kosyh 2011-04-14 11:19:45 +00:00
parent 676d8b74c1
commit 0a258cfb22

View file

@ -1538,7 +1538,7 @@ function do_ini(self, load)
stead.functions[o].key_name = k;
end
local function call_ini(k, o, ...)
v = stead.par('', v, call(o, 'ini'), ...);
v = stead.par('', v, call(o, 'ini', ...));
end
math.randomseed(os.time(os.date("*t")))
rnd(1); rnd(2); rnd(3); -- Lua bug?