summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
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();