forked from github/server
compiles with gcc
This commit is contained in:
parent
a3b795b2cf
commit
cc4d2a1026
2 changed files with 8 additions and 6 deletions
|
@ -206,9 +206,3 @@ rmt_create(const struct resource_type * rtype, const char * name)
|
||||||
rawmaterialtypes = rmtype;
|
rawmaterialtypes = rmtype;
|
||||||
return rmtype;
|
return rmtype;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
add_rawmaterial(struct rawmaterial_type * rmtype)
|
|
||||||
{
|
|
||||||
rmtype->rtype = rmtype->rtype;
|
|
||||||
}
|
|
||||||
|
|
|
@ -18,6 +18,14 @@
|
||||||
<xi:include href="spells.xml"/>
|
<xi:include href="spells.xml"/>
|
||||||
<xi:include href="terrains.xml"/>
|
<xi:include href="terrains.xml"/>
|
||||||
|
|
||||||
|
<equipment>
|
||||||
|
<set name="first_unit">
|
||||||
|
<item name="log" amount="30"/>
|
||||||
|
<item name="stone" amount="30"/>
|
||||||
|
<item name="money" amount="4200"/>
|
||||||
|
</set>
|
||||||
|
</equipment>
|
||||||
|
|
||||||
<game name="Tutorial" welcome="tutorial">
|
<game name="Tutorial" welcome="tutorial">
|
||||||
<!-- Game specific settings -->
|
<!-- Game specific settings -->
|
||||||
<order name="EMAIL" disable="yes"></order>
|
<order name="EMAIL" disable="yes"></order>
|
||||||
|
|
Loading…
Reference in a new issue