diff --git a/src/common/modules/autoseed.c b/src/common/modules/autoseed.c index 039c59860..cd22e6a33 100644 --- a/src/common/modules/autoseed.c +++ b/src/common/modules/autoseed.c @@ -525,6 +525,7 @@ autoseed(newfaction ** players, int nsize) isize += REGIONS_PER_FACTION; terraform(r, preferred_terrain(nextf->race)); ++tsize; + assert(r->land && r->units==0); u = addplayer(r, addfaction(nextf->email, nextf->password, nextf->race, nextf->lang, nextf->subscription)); u->faction->alliance = nextf->allies;