aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/itedata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/itedata.cpp')
-rw-r--r--engines/saga/itedata.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp
index 60082561e2..5e3d85c928 100644
--- a/engines/saga/itedata.cpp
+++ b/engines/saga/itedata.cpp
@@ -336,7 +336,7 @@ FxTable ITE_SfxTable[ITE_SFXCOUNT] = {
{ FX_CROWD_17, 64 }
};
-const char *ITEinterfaceTextStrings[][52] = {
+const char *ITEinterfaceTextStrings[][56] = {
{
"Walk to", "Look At", "Pick Up", "Talk to", "Open",
"Close", "Use", "Give", "Options", "Test",
@@ -354,7 +354,9 @@ const char *ITEinterfaceTextStrings[][52] = {
"There's no opening to close.",
"I don't know how to do that.",
"Show Dialog",
- "What is Rif's reply?"
+ "What is Rif's reply?",
+ "Voices", // IHNM
+ "Both", "Text", "Audio" // IHNM
},
// German
{
@@ -374,7 +376,9 @@ const char *ITEinterfaceTextStrings[][52] = {
"Hier ist keine \231ffnung zum Schlie$en.",
"Ich wei$ nicht, wie ich das machen soll.",
"Text zeigen",
- "Wie lautet die Antwort?"
+ "Wie lautet die Antwort?",
+ "Sprache", // IHNM
+ "Beides", "Text", "Stimmen" // IHNM
}
};