forked from github/server
1aa45368a5
Das linkt momentan wegen zwei fehlenden Funktionen noch nicht, die ich morgen nachreiche. Alte Varainte kompoiliert und linkt aber, also einfach nicht an den defines spielen im Moment.
36 lines
1.1 KiB
C
36 lines
1.1 KiB
C
/* vi: set ts=2:
|
|
+-------------------+ Christian Schlittchen <corwin@amber.kn-bremen.de>
|
|
| | Enno Rehling <enno@eressea-pbem.de>
|
|
| Eressea PBEM host | Katja Zedel <katze@felidae.kn-bremen.de>
|
|
| (c) 1998 - 2001 | Henning Peters <faroul@beyond.kn-bremen.de>
|
|
| | Ingo Wilken <Ingo.Wilken@informatik.uni-oldenburg.de>
|
|
+-------------------+ Stefan Reich <reich@halbling.de>
|
|
|
|
This program may not be used, modified or distributed
|
|
without prior permission by the authors of Eressea.
|
|
*/
|
|
|
|
/*
|
|
* Contains defines for the "free" game (Eressea) .
|
|
* Include this file from settings.h to make eressea work.
|
|
*/
|
|
#define RESOURCE_CONVERSION 1
|
|
#define NEW_RESOURCEGROWTH 1
|
|
#define LARGE_CASTLES 1
|
|
#define GROWING_TREES 1
|
|
#define REMOVENMRNEWBIE 1
|
|
#define REMOVENMRTIMEOUT 1
|
|
#define HUNGER_DISABLES_LONGORDERS 1
|
|
#define REDUCED_PEASANTGROWTH 0
|
|
#define RACE_ADJUSTMENTS 1
|
|
|
|
#define TEACHDIFFERENCE 1
|
|
|
|
#define PEASANT_ADJUSTMENT 1
|
|
|
|
#define SKILLPOINTS 1
|
|
#undef CONVERT_SKILLPOINTS
|
|
|
|
#if defined(CONVERT_SKILLPOINTS) && !SKILLPOINTS
|
|
# error "cannot have both CONVERT_SKILLPOINTS && !SKILLPOINTS"
|
|
#endif
|