HELFE stati vermurkst beim Allianzen-Merge

This commit is contained in:
Enno Rehling 2004-07-03 23:12:25 +00:00
parent 06ffd492f3
commit c58e45e276
1 changed files with 0 additions and 3 deletions

View File

@ -1468,9 +1468,6 @@ addally(const faction * f, ally ** sfp, int aid, int state)
state &= ~HELP_TRAVEL;
#endif
if (af==NULL) return sfp;
if (f->alliance==NULL || f->alliance!=af->alliance) state &= ~AllianceRestricted();
if (f->alliance==NULL || f->alliance==af->alliance) state |= AllianceAuto();
if (state==0) return sfp;
sf = calloc(1, sizeof(ally));