From d51b277d8a31bcc12b1886d6888bfa6fb98f5f85 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 11 Dec 2005 15:14:03 +0000 Subject: [PATCH] crashbug missing volcano_terrain --- src/common/modules/autoseed.c | 5 +++-- src/eressea/lua/eressea.cpp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/common/modules/autoseed.c b/src/common/modules/autoseed.c index 964b2e9da..c8f7d9a5f 100644 --- a/src/common/modules/autoseed.c +++ b/src/common/modules/autoseed.c @@ -483,6 +483,7 @@ autoseed(newfaction ** players, int nsize, boolean new_island) int rsize, tsize = 0; int isize = REGIONS_PER_FACTION; /* target size for the island */ int psize = 0; /* players on this island */ + const terrain_type * volcano_terrain = get_terrain("volcano"); if (listlen(*players)