summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-20 09:31:46 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-20 09:31:46 +0000
commit2d4c05e46de7f35c454f1dfbf3892ad589038a58 (patch)
treed284c887ec6d5746b181e336aedb49f514eb07b7 /crawl-ref/source/monplace.h
parentb31de410dd1c21ca6e63d823ecd2619b6bfa7299 (diff)
downloadcrawl-ref-2d4c05e46de7f35c454f1dfbf3892ad589038a58.tar.gz
crawl-ref-2d4c05e46de7f35c454f1dfbf3892ad589038a58.zip
More minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1608 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 3347a05d89..786ce7ac8b 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -66,7 +66,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( char demon_class );
+int summon_any_demon( demon_class_type demon_class );
// last update 13mar2001 {gdl}