#ifdef HEROES, nicht HEROES==1

This commit is contained in:
Enno Rehling 2004-12-22 00:57:22 +00:00
parent 32a85be05f
commit 233a44895b
1 changed files with 1 additions and 1 deletions

View File

@ -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