summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2014-01-07 02:44:39 +0100
committerAdam Borowski <kilobyte@angband.pl>2014-01-07 02:44:39 +0100
commit6cc893776b533781b05979f6c3751edcae4e058e (patch)
tree8e7ce1558e9a5678519a8e9e5b5c17ca4320bc16 /crawl-ref/source/xom.cc
parent911af47f0a198282fb9e9a9a4c51e08f87b60e63 (diff)
downloadcrawl-ref-6cc893776b533781b05979f6c3751edcae4e058e.tar.gz
crawl-ref-6cc893776b533781b05979f6c3751edcae4e058e.zip
Unbreak.
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 40254fa959..e7c01743cd 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -158,7 +158,7 @@ const string describe_xom_favour()
return favour;
}
-#define XOM_SPEECH(x) (x)
+#define XOM_SPEECH(x) x
static string _get_xom_speech(const string key)
{
string result = getSpeakString("Xom " + key);