forked from github/server
hack: do not free faction when we destroy it (issue #451)
This commit is contained in:
parent
05c53735c6
commit
8742317979
1 changed files with 0 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue