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.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game/text.cpp b/src/game/text.cpp
index 3da39ff..f8c3f71 100644
--- a/src/game/text.cpp
+++ b/src/game/text.cpp
@@ -17,6 +17,12 @@ static std::string get_english(index_t index)
case UNPAUSED:
return "UNPAUSED";
+ case FOLLOWING_ON:
+ return "Following: on.";
+
+ case FOLLOWING_OFF:
+ return "Following: off.";
+
case SAY_BLOCKED:
return "Something is in my way.";
@@ -82,6 +88,12 @@ static std::string get_polish(index_t index)
case UNPAUSED:
return "WZNOWIONO";
+ case FOLLOWING_ON:
+ return "Podążanie: włączone.";
+
+ case FOLLOWING_OFF:
+ return "Podążanie: wyłączone.";
+
case SAY_BLOCKED:
return "Coś jest na mojej drodze.";