From 75ac5233e92cd1ab525553cb736a92356a136574 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 6 Jul 2008 14:07:21 +0000 Subject: Add another spacing fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6424 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 101bb46f19..024c1af344 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -1026,7 +1026,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail) you.inv[potion].name(DESC_NOCAP_YOUR).c_str()); } else if (dir == DIR_DIR) - mpr(prompt ? prompt : "Which direction? ", MSGCH_PROMPT); + mpr(prompt ? prompt : "Which direction?", MSGCH_PROMPT); const bool needs_path = (!testbits(flags, SPFLAG_GRID) && !testbits(flags, SPFLAG_TARGET)); -- cgit v1.2.3-54-g00ecf