summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 1f59ed45b0..09af22d8d6 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -78,7 +78,7 @@ bool yesno( const char * str, bool safe = true, int safeanswer = 0,
const explicit_keymap *map = NULL );
int yesnoquit( const char* str, bool safe = true, int safeanswer = 0,
- bool clear_after = true, char alt_yes = 'Y' );
+ bool clear_after = true, char alt_yes = 'Y', char alt_yes2 = 'Y' );
bool in_bounds( int x, int y );