From c58e45e2760d9c3141f1c2b565a3feba59433563 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 3 Jul 2004 23:12:25 +0000 Subject: [PATCH] HELFE stati vermurkst beim Allianzen-Merge --- src/common/kernel/save.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/kernel/save.c b/src/common/kernel/save.c index c32be03b3..431449625 100644 --- a/src/common/kernel/save.c +++ b/src/common/kernel/save.c @@ -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));