#ifdef HEROES, nicht HEROES == 1

This commit is contained in:
Enno Rehling 2004-12-22 00:58:35 +00:00
parent 233a44895b
commit 8a70c02ee5
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ unitlist_insert(struct unit_list **ul, struct unit *u)
*ul = rl2; *ul = rl2;
} }
#if HEROES == 1 #ifdef HEROES
int int
maxheroes(const struct faction * f) maxheroes(const struct faction * f)
{ {