summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-01-05 14:18:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-01-05 14:29:45 +0100
commit2db87d6d5c94edc73c41230093cc3d1cfe251bf1 (patch)
treeb880787e42f9b8cd56cad86c15fb76c35a6d68b6 /crawl-ref/source/zotdef.h
parent2b2b927f740c756cb93982818b763432be60d9a4 (diff)
downloadcrawl-ref-2db87d6d5c94edc73c41230093cc3d1cfe251bf1.tar.gz
crawl-ref-2db87d6d5c94edc73c41230093cc3d1cfe251bf1.zip
Make high-level monster creation return monster*
Diffstat (limited to 'crawl-ref/source/zotdef.h')
-rw-r--r--crawl-ref/source/zotdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/zotdef.h b/crawl-ref/source/zotdef.h
index 151e3346ac..166f62c173 100644
--- a/crawl-ref/source/zotdef.h
+++ b/crawl-ref/source/zotdef.h
@@ -3,7 +3,7 @@
#ifndef ZOTDEF_H
#define ZOTDEF_H
-int zotdef_spawn(bool boss);
+monster* zotdef_spawn(bool boss);
void zotdef_set_wave();
bool create_trap(trap_type spec_type);
bool create_zotdef_ally(monster_type mtyp, const char *successmsg);