compiles with gcc

This commit is contained in:
Enno Rehling 2008-06-08 20:50:05 +00:00
parent a3b795b2cf
commit cc4d2a1026
2 changed files with 8 additions and 6 deletions

View File

@ -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;
}

View File

@ -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>