summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-21 10:39:51 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-21 10:39:51 +0000
commit7ceb7f873d97c45c70fcccc36746d473cf6086e6 (patch)
treef2f7982dd155ae9dcae5b07666b78f739adb7060 /crawl-ref/source/stuff.h
parent90c49293ad5c814eb7fc341060a81a8184819a0d (diff)
downloadcrawl-ref-7ceb7f873d97c45c70fcccc36746d473cf6086e6.tar.gz
crawl-ref-7ceb7f873d97c45c70fcccc36746d473cf6086e6.zip
Tweak yesnoquit some more to allow for a second alternative yes character,
and use it for the chopping prompt. Also tweak eat.lua to allow y=e for inventory as well. Oh, and finally fix beheld handling to allow diagonal movement. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3787 c06c8d41-db1a-0410-9941-cceddc491573
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 );