summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index cda54827fd..cd1c0a67bb 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -28,7 +28,7 @@ void xom_is_stimulated(int maxinterestingness, const std::string& message,
bool force_message = false);
bool xom_is_nice();
void xom_acts(bool niceness, int sever, int tension = -1);
-const char *describe_xom_favour();
+const char *describe_xom_favour(bool upper = false);
inline void xom_acts(int sever, int tension = -1)
{