ick. memory corruption

This commit is contained in:
Enno Rehling 2006-01-02 22:10:38 +00:00
parent 517f8e3f81
commit 77e16e0645

View file

@ -647,7 +647,7 @@ autoseed(newfaction ** players, int nsize, boolean new_island)
}
else nfp = &nf->next;
}
*players = nextf;
*players = nextf->next;
free_newfaction(nextf);
++psize;