diff options
| -rw-r--r-- | engines/scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index 6c2f207e13..4c0b2fcfe9 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -1247,7 +1247,7 @@ void ScummEngine_v7::translateText(const byte *text, byte *trans_buff) { text = (const byte *)"/CATHPLAT.068/left"; else if (!strcmp((const char *)text, "right")) text = (const byte *)"/CATHPLAT.070/right"; - else if (!strcmp((const char *)text, "right")) + else if (!strcmp((const char *)text, "top")) text = (const byte *)"/CATHPLAT.067/top"; else if (!strcmp((const char *)text, "exit")) text = (const byte *)"/SKY.008/exit"; |
