summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 54bafb69a9..6edcedd0b4 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -75,6 +75,8 @@ std::string pronoun_you(description_level_type desc)
{
switch (desc)
{
+ case DESC_NONE:
+ return "";
case DESC_CAP_A: case DESC_CAP_THE:
return "You";
case DESC_NOCAP_A: case DESC_NOCAP_THE: