From 832739758755fa9574a6d64dca420d32543cac55 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 1 Apr 2008 14:13:10 +0000 Subject: Add one more whitespace fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4020 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index 86df6911db..42d0006c8b 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -72,7 +72,7 @@ void canned_msg(canned_message_type which_message); bool yes_or_no( const char* fmt, ... ); typedef std::map explicit_keymap; -bool yesno( const char * str, bool safe = true, int safeanswer = 0, +bool yesno( const char * str, bool safe = true, int safeanswer = 0, bool clear_after = true, bool interrupt_delays = true, bool noprompt = false, const explicit_keymap *map = NULL ); -- cgit v1.2.3-54-g00ecf