From 233a44895b56950bf2c408be6c170bff7c68bd74 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 22 Dec 2004 00:57:22 +0000 Subject: [PATCH] #ifdef HEROES, nicht HEROES==1 --- src/common/kernel/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/unit.h b/src/common/kernel/unit.h index db823e509..6c15636d8 100644 --- a/src/common/kernel/unit.h +++ b/src/common/kernel/unit.h @@ -60,7 +60,7 @@ struct skill; # define UFL_SAVEMASK (UFL_NOAID | UFL_OWNER | UFL_PARTEITARNUNG | UFL_LOCKED | UFL_HUNGER | FFL_NOIDLEOUT | UFL_TAKEALL | UFL_HERO) #endif -#if HEROES == 1 +#ifdef HEROES extern int maxheroes(const struct faction * f); extern int countheroes(const struct faction * f); #endif