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)