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, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 3e91d49568..fa896279c2 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -123,7 +123,8 @@ int mons_place( int mon_type, beh_type behaviour, int target, bool summoned,
* *********************************************************************** */
int create_monster( int cls, int dur, beh_type beha, int cr_x, int cr_y,
int hitting, int zsec, bool permit_bands = false,
- bool force_place = false, bool force_behaviour = false );
+ bool force_place = false, bool force_behaviour = false,
+ bool player_made = false );
class level_id;
monster_type pick_random_monster(const level_id &place,