newbies aren't killed immediately

This commit is contained in:
Enno Rehling 2002-07-29 18:24:58 +00:00
parent 0adb87c4d8
commit ef7c21bda7
2 changed files with 2 additions and 1 deletions

View File

@ -1227,6 +1227,7 @@ quit(void)
"gemeldet haben...");
age = calloc(turn+1, sizeof(int));
#if REMOVENMRNEWBIE
for (f = factions; f; f = f->next) if(!fval(f, FL_NOIDLEOUT)) {
if (f->age>=0 && f->age <= turn) ++age[f->age];
if (f->age == 2 || f->age == 3) {

View File

@ -20,7 +20,7 @@
#define NEW_RESOURCEGROWTH 1
#define LARGE_CASTLES 1
#define GROWING_TREES 1
#define REMOVENMRNEWBIE 1
#define REMOVENMRNEWBIE 0
#define NMRTIMEOUT 2
#define HUNGER_DISABLES_LONGORDERS 1
#define REDUCED_PEASANTGROWTH 1