hack: do not free faction when we destroy it (issue #451)

This commit is contained in:
Enno Rehling 2016-01-11 14:01:55 +01:00
parent 05c53735c6
commit 8742317979

View file

@ -423,7 +423,6 @@ void destroyfaction(faction ** fp)
}
funhash(f);
free_faction(f);
/* units of other factions that were disguised as this faction
* have their disguise replaced by ordinary faction hiding. */