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 922d4c3a7d..f9516020a9 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -91,7 +91,7 @@ void create_spec_monster(void);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void create_spec_monster_name(void);
+void create_spec_monster_name(int x = -1, int y = -1);
// last updated 12may2000 {dlb}