diff --git a/src/common/gamecode/laws.c b/src/common/gamecode/laws.c index 4ea4b195d..01ef51d05 100644 --- a/src/common/gamecode/laws.c +++ b/src/common/gamecode/laws.c @@ -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) { diff --git a/src/common/settings-tutorial.h b/src/common/settings-tutorial.h index 4266920c6..70a1e448a 100644 --- a/src/common/settings-tutorial.h +++ b/src/common/settings-tutorial.h @@ -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