summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index f9bb6cc568..3a89575998 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -92,7 +92,7 @@ void create_spec_monster(void);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void create_spec_monster_name(int x = -1, int y = -1);
+void create_spec_monster_name(void);
// last updated 12may2000 {dlb}