From 2646935abb9acd7cd6ec4ee43e27d7f4417af775 Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 17 Dec 2006 10:14:43 +0000 Subject: Require confirmation before purchasing in a shop. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@649 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index 8fb8889764..74fc563b95 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -61,7 +61,8 @@ void redraw_screen(void); void canned_msg(unsigned char which_message); bool yesno( const char * str, bool safe = true, int safeanswer = 0, - bool clear_after = true, bool interrupt_delays = true ); + bool clear_after = true, bool interrupt_delays = true, + bool noprompt = false ); int yesnoquit( const char* str, bool safe = true, int safeanswer = 0, bool clear_after = true ); -- cgit v1.2.3-54-g00ecf