forked from github/server
Maximalalter für Tutorium-Spiel
This commit is contained in:
parent
573777105e
commit
caf0af013d
|
@ -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;
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
#define RECRUITFRACTION 20
|
||||
#define CATAPULT_AMMUNITION 0
|
||||
#define CHANGED_CROSSBOWS 0
|
||||
|
||||
#define MAXTURNS 8
|
||||
|
|
Loading…
Reference in New Issue