diff --git a/src/monsters.h b/src/monsters.h index 7b3cda142..c44ef1a00 100644 --- a/src/monsters.h +++ b/src/monsters.h @@ -15,7 +15,7 @@ extern "C" { struct unit *spawn_seaserpent(struct region *r, struct faction *f); void spawn_dragons(void); - void monsters_desert(const struct faction *monsters); + void monsters_desert(struct faction *monsters); void monster_cannibalism(struct unit *u); void monster_kills_peasants(struct unit *u);