forked from github/server
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:
parent
9f92b2e525
commit
0bd27124b2
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue