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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index a7170e05e0..3e91d49568 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -144,7 +144,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}