cleanups stead

This commit is contained in:
p.kosyh 2009-09-24 16:54:22 +00:00
parent 32108e00eb
commit b4aa4f46b0

View file

@ -1,4 +1,6 @@
-- brake strings by space version = "0.9.1";
-- merge strings with "space" as separator
function par(space,...) function par(space,...)
local i, res local i, res
for i = 1, table.maxn(arg) do for i = 1, table.maxn(arg) do
@ -1326,7 +1328,6 @@ function game_step(self)
return self:life(self); return self:life(self);
end end
version = "0.9.1";
game = game { game = game {
nam = "INSTEAD -- Simple Text Adventure interpreter v"..version.." '2009 by Peter Kosyh", nam = "INSTEAD -- Simple Text Adventure interpreter v"..version.." '2009 by Peter Kosyh",