summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-28 08:07:04 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-28 08:07:04 +0000
commit2da38ae1c055a68506ef1206ac7370ec2ed7273c (patch)
tree44513699cf71a6ce3e1b3cad4e9eeb3032ba63e2 /crawl-ref/source/monplace.h
parente2ddf1792aac313a18a98d41f71ac928eab2ba8f (diff)
downloadcrawl-ref-2da38ae1c055a68506ef1206ac7370ec2ed7273c.tar.gz
crawl-ref-2da38ae1c055a68506ef1206ac7370ec2ed7273c.zip
Toned down Xom's use of demons.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2632 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 7cfb7fe015..fa896279c2 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -145,7 +145,7 @@ bool empty_surrounds( int emx, int emy, unsigned char spc_wanted, int radius,
/* ***********************************************************************
* called from: ability - acr - items - maps - mstuff2 - spell - spells
* *********************************************************************** */
-int summon_any_demon( demon_class_type demon_class );
+monster_type summon_any_demon( demon_class_type demon_class );
// last update 13mar2001 {gdl}