summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-06 23:30:49 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-07 00:05:14 -0400
commit25d8ff14f39cfec20457fd3878cad716b07fe278 (patch)
tree1cd51f0d3e8aee46c1a97c47aa63877d0f0b27ca /crawl-ref/source/zotdef.h
parentb89d9dd87c32dfc3287e4ccc9713bc562ecc2d5d (diff)
downloadcrawl-ref-25d8ff14f39cfec20457fd3878cad716b07fe278.tar.gz
crawl-ref-25d8ff14f39cfec20457fd3878cad716b07fe278.zip
make &_ join the religion directly instead of going through an altar
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 8a8445279e..c58e064904 100644
--- a/crawl-ref/source/zotdef.h
+++ b/crawl-ref/source/zotdef.h
@@ -7,7 +7,7 @@ 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);
-bool zotdef_create_altar(bool wizmode = false);
+bool zotdef_create_altar();
void zotdef_create_pond(const coord_def& center, int radius);
void zotdef_bosses_check();