aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/itedata.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-08-01 14:03:20 +0000
committerFilippos Karapetis2008-08-01 14:03:20 +0000
commit0145dd38d933f0e5693483b012e0904a18b8fb91 (patch)
treed6ead62ea9efe1744a038f2abfd8e1ac6e6cbc62 /engines/saga/itedata.cpp
parente89a01dc633ccdc821751fc076ae2d83c9315b33 (diff)
downloadscummvm-rg350-0145dd38d933f0e5693483b012e0904a18b8fb91.tar.gz
scummvm-rg350-0145dd38d933f0e5693483b012e0904a18b8fb91.tar.bz2
scummvm-rg350-0145dd38d933f0e5693483b012e0904a18b8fb91.zip
Added load confirmation dialog for IHNM, like in the original.
Fixes bug #1971699 - "IHNM: No Load Game Confirmation" svn-id: r33490
Diffstat (limited to 'engines/saga/itedata.cpp')
-rw-r--r--engines/saga/itedata.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp
index 43c3d21012..8fe04799c8 100644
--- a/engines/saga/itedata.cpp
+++ b/engines/saga/itedata.cpp
@@ -339,7 +339,7 @@ FxTable ITE_SfxTable[ITE_SFXCOUNT] = {
{ 73, 64 }
};
-const char *ITEinterfaceTextStrings[][52] = {
+const char *ITEinterfaceTextStrings[][53] = {
{
// Note that the "Load Successful!" string is never used in ScummVM
"Walk to", "Look At", "Pick Up", "Talk to", "Open",
@@ -358,7 +358,8 @@ 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?",
+ "Loading a saved game"
},
// German
{
@@ -378,7 +379,8 @@ 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?",
+ "Spielstand wird geladen"
},
// Italian fan translation
{
@@ -398,7 +400,8 @@ const char *ITEinterfaceTextStrings[][52] = {
"Nessuna apertura da chiudere.",
"Non saprei come farlo.",
"Dialoghi",
- "Come risponderebbe Rif?"
+ "Come risponderebbe Rif?",
+ "Loading a saved game" // TODO
},
// Spanish IHNM
{
@@ -420,7 +423,8 @@ const char *ITEinterfaceTextStrings[][52] = {
NULL,
NULL,
NULL,
- NULL
+ NULL,
+ "Cardango una partida guardada"
}
};