summaryrefslogtreecommitdiff
path: root/src/game/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/text.cpp')
-rw-r--r--src/game/text.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/text.cpp b/src/game/text.cpp
index b9cdd32..7e90edf 100644
--- a/src/game/text.cpp
+++ b/src/game/text.cpp
@@ -43,9 +43,6 @@ static std::string get_english(index_t index)
case SAY_GROUP:
return "Group";
- case SAY_BLOCKED:
- return "Something is in my way.";
-
case SAY_NO_PATH:
return "I can't get there.";
@@ -121,9 +118,6 @@ static std::string get_polish(index_t index)
case SAY_GROUP:
return "Oddział";
- case SAY_BLOCKED:
- return "Coś jest na mojej drodze.";
-
case SAY_NO_PATH:
return "Nie mogę się tam dostać.";