summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-23 17:17:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-23 17:17:45 +0000
commit613797acdf13538015b144440ba6c698e9f32ce5 (patch)
tree06d631d3cacb40d88b9efdfecc3a8e098425bd40 /crawl-ref/source/xom.cc
parentd5cd0e39f96668e13f7bca767a82a5b3159c1cbe (diff)
downloadcrawl-ref-613797acdf13538015b144440ba6c698e9f32ce5.tar.gz
crawl-ref-613797acdf13538015b144440ba6c698e9f32ce5.zip
Backport trunk r10023 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10024 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 33832cca83..41bc9030e1 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1696,7 +1696,7 @@ static bool _xom_is_good(int sever, int tension)
// Take a note.
static char tele_buf[80];
snprintf(tele_buf, sizeof(tele_buf),
- "XOM: %d-stop teleportation journey%s", count,
+ "%d-stop teleportation journey%s", count,
#ifdef NOTE_DEBUG_XOM
player_in_a_dangerous_place() ? " (dangerous)" : // see below
#endif