aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/inventory.cpp')
-rw-r--r--engines/prince/inventory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/prince/inventory.cpp b/engines/prince/inventory.cpp
index 509eaceb76..fdb17b1182 100644
--- a/engines/prince/inventory.cpp
+++ b/engines/prince/inventory.cpp
@@ -529,6 +529,9 @@ void PrinceEngine::checkOptions() {
case Common::EN_ANY:
optText = optionsTextEN[i];
break;
+ case Common::RU_RUS:
+ optText = optionsTextRU[i];
+ break;
default:
break;
};
@@ -578,6 +581,9 @@ void PrinceEngine::checkInvOptions() {
case Common::EN_ANY:
invText = invOptionsTextEN[i];
break;
+ case Common::RU_RUS:
+ invText = invOptionsTextRU[i];
+ break;
default:
error("Unknown game language %d", getLanguage());
break;