- RACE_ADJUSTMENTS aktiviert.

This commit is contained in:
Christian Schlittchen 2002-01-27 13:46:00 +00:00
parent e915e2b578
commit f98661fcae
5 changed files with 4 additions and 6 deletions

View File

@ -1200,7 +1200,7 @@ randomevents(void)
}
for (r = regions; r; r = r->next) {
#ifndef RACE_ADJUSTMENTS
#ifdef RACE_ADJUSTMENTS == 0
/* Elfen generieren Wald, Personen in Steinkreisen können Einhörner
* bekommen. */

View File

@ -34,7 +34,6 @@
/* Features currently in development (change makefile please): */
/* #define MSG_LEVELS -- msg-levels active */
/* #define RACE_ADJUSTMENTS */
/* basic types used in the eressea "kernel" */
typedef unsigned char order_t;

View File

@ -22,6 +22,5 @@
#define REMOVENMRTIMEOUT 1
#define HUNGER_DISABLES_LONGORDERS 1
#define REDUCED_PEASANTGROWTH 1
#define ELVES_NEWTREES 1
#define RACE_ADJUSTMENTS 1

View File

@ -22,5 +22,5 @@
#define REMOVENMRTIMEOUT 0
#define HUNGER_DISABLES_LONGORDERS 1
#define REDUCED_PEASANTGROWTH 0
#define ELVES_NEWTREES 0
#define RACE_ADJUSTMENTS 0

View File

@ -22,5 +22,5 @@
#define REMOVENMRTIMEOUT 0
#define HUNGER_DISABLES_LONGORDERS 0
#define REDUCED_PEASANTGROWTH 0
#define ELVES_NEWTREES 0
#define RACE_ADJUSTMENTS 0