forked from github/server
#ifdef HEROES, nicht HEROES==1
This commit is contained in:
parent
32a85be05f
commit
233a44895b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue