summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 04eff7f9db..8f85014741 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -81,8 +81,7 @@ int summon_any_demon( demon_class_type demon_class );
bool place_monster( int &id, int mon_type, int power, beh_type behaviour,
int target, bool summoned, int px, int py, bool allow_bands,
proximity_type proximity = PROX_ANYWHERE, int extra = 250,
- int dur = 0,
- const dgn_region_list &proscribed = dgn_region_list() );
+ int dur = 0, unsigned mmask = 0 );
monster_type rand_dragon( dragon_class_type type );