aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-02-05 22:49:58 +0000
committerGregory Montoir2007-02-05 22:49:58 +0000
commitf477e964d279e4d7071294a5cbea1434c2d54556 (patch)
tree5ea78a94c5cb2827010ab2a463244c5c61950927 /engines/scumm/string.cpp
parent15e2af8e9dd52cef4fb57cb49e766c5192321042 (diff)
downloadscummvm-rg350-f477e964d279e4d7071294a5cbea1434c2d54556.tar.gz
scummvm-rg350-f477e964d279e4d7071294a5cbea1434c2d54556.tar.bz2
scummvm-rg350-f477e964d279e4d7071294a5cbea1434c2d54556.zip
typo
svn-id: r25397
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
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";