forked from github/server
c5846b0990
- unit flag that speeds up access to at_guard - test for at_npcfaction only when AllianceRestricted.
21 lines
589 B
C
21 lines
589 B
C
/* vi: set ts=2:
|
|
* Eressea PB(E)M host Christian Schlittchen (corwin@amber.kn-bremen.de)
|
|
* (C) 1998-2003 Katja Zedel (katze@felidae.kn-bremen.de)
|
|
* Henning Peters (faroul@beyond.kn-bremen.de)
|
|
* Enno Rehling (enno@eressea-pbem.de)
|
|
* Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
|
|
*
|
|
* This program may not be used, modified or distributed without
|
|
* prior permission by the authors of Eressea.
|
|
**/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void korrektur(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|