Maximalalter für Tutorium-Spiel

This commit is contained in:
Enno Rehling 2002-05-05 22:16:38 +00:00
parent 573777105e
commit caf0af013d
2 changed files with 4 additions and 2 deletions

View File

@ -2371,7 +2371,9 @@ remove_empty_factions(boolean writedropouts)
/* monster (0) werden nicht entfernt. alive kann beim readgame
* () auf 0 gesetzt werden, wenn monsters keine einheiten mehr
* haben. */
#ifdef MAXAGE
if (f->age > MAXAGE) f->alive = 0;
#endif
if (f->alive == 0 && f->no != MONSTER_FACTION) {
ursprung * ur = f->ursprung;
while (ur && ur->id!=0) ur=ur->next;

View File

@ -36,4 +36,4 @@
#define RECRUITFRACTION 20
#define CATAPULT_AMMUNITION 0
#define CHANGED_CROSSBOWS 0
#define MAXTURNS 8