age_building: neue funktion von steinkreisen

bugfix: steinkreise hatten negative größe

regionid und die Erstzung von \\r entfernt

bugfix: sonnensegel verschwand nicht
bugfix: rückgabewert von use_museumticket war > 0
This commit is contained in:
Enno Rehling 2005-01-17 20:27:18 +00:00
parent 9f92b2e525
commit 0bd27124b2
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
C++ = g++ ;
CC = gcc ;
CC = tcc ;
if ! $(HAVE_LUA) {
HAVE_LUA = 1 ;
@ -44,6 +44,7 @@ if $(HOST) = "hamunaptra" {
} else {
XMLHDRS = /usr/include/libxml2 ;
}
C++FLAGS += -DHAVE_LUABIND_B7 ;
rule iconv
{

View File

@ -2,8 +2,7 @@ function run_scripts()
scripts = {
"wedding-jadee.lua",
"eternath.lua",
"ponnuki.lua",
"xmas2004.lua"
"ponnuki.lua"
}
for index in scripts do
local script = scriptpath .. "/" .. scripts[index]

View File

@ -7,7 +7,6 @@ function xmas2004()
for f in factions() do
f:add_item("speedsail", 1)
f:add_notice("santa2004")
print(f)
end
end
end