From 0afe4c455bf5a0358cf7f6688b413389a5080fcc Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 25 Nov 2008 15:33:36 +0000 Subject: Ziggurat portals charge gold for entry. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7610 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/stuff.cc') diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc index 6dc6abc4d3..42a3ede04c 100644 --- a/crawl-ref/source/stuff.cc +++ b/crawl-ref/source/stuff.cc @@ -1139,9 +1139,10 @@ int yesnoquit( const char* str, bool safe, int safeanswer, bool allow_all, if (!crawl_state.is_repeating_cmd()) interrupt_activity( AI_FORCE_INTERRUPT ); - std::string prompt = make_stringf("%s%s ", str ? str : "Buggy prompt?", - _list_allowed_keys(alt_yes, alt_yes2, - safe, allow_all).c_str()); + std::string prompt = + make_stringf("%s%s ", str ? str : "Buggy prompt?", + _list_allowed_keys(alt_yes, alt_yes2, + safe, allow_all).c_str()); while (true) { mpr(prompt.c_str(), MSGCH_PROMPT); -- cgit v1.2.3-54-g00ecf