summaryrefslogtreecommitdiff
path: root/src/game/text.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-21 18:01:23 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-21 18:01:23 +0100
commit680ce5519c24dd0fa87ae85dd824000e915974b0 (patch)
treebe42a1b9915c28944829a94f54c3296722b71170 /src/game/text.cpp
parent6eed8de736ff18a2aed65cd9ba62c6a7b5d18c59 (diff)
Add move markers.
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ć.";