summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-29 20:42:33 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-29 20:42:33 +0000
commit335bc1e39a376c5964b2bbe06d92876d7f5292c2 (patch)
tree557cf2cfe5f938f45130bd2b3125c693d905ad22 /crawl-ref/source/monplace.h
parent5158a056d86e67830f501adfab9fe3cd82e0e3bb (diff)
downloadcrawl-ref-335bc1e39a376c5964b2bbe06d92876d7f5292c2.tar.gz
crawl-ref-335bc1e39a376c5964b2bbe06d92876d7f5292c2.zip
No water monsters in the Crypt (David.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1398 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 961e152c3a..505f2f1207 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -39,7 +39,7 @@
* *********************************************************************** */
int mons_place( int mon_type, char behaviour, int target, bool summoned,
int px, int py, int level_type = LEVEL_DUNGEON,
- int proximity = PROX_ANYWHERE, int extra = 250,
+ proximity_type proximity = PROX_ANYWHERE, int extra = 250,
int dur = 0, bool permit_bands = false );
// last updated 12may2000 {dlb}
@@ -80,7 +80,7 @@ int summon_any_demon( char demon_class );
* *********************************************************************** */
bool place_monster( int &id, int mon_type, int power, char behaviour,
int target, bool summoned, int px, int py, bool allow_bands,
- int proximity = PROX_ANYWHERE, int extra = 250,
+ proximity_type proximity = PROX_ANYWHERE, int extra = 250,
int dur = 0,
const dgn_region_list &proscribed = dgn_region_list() );