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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 08eba87624..87688b5a57 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -104,7 +104,8 @@ 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', char alt_yes2 = 'Y' );
+ bool allow_all = false, bool clear_after = true,
+ char alt_yes = 'Y', char alt_yes2 = 'Y' );
bool in_bounds( int x, int y );