aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-08-26 00:37:04 +0000
committerFilippos Karapetis2009-08-26 00:37:04 +0000
commit3583216c825f5127116187ab026d610b65875a24 (patch)
treee919b01c3b88351921ee2b8ab7c6c3d78fab012f /engines/sci/detection.cpp
parented9313f3c1d8829404674be37d035e796e08f0d9 (diff)
downloadscummvm-rg350-3583216c825f5127116187ab026d610b65875a24.tar.gz
scummvm-rg350-3583216c825f5127116187ab026d610b65875a24.tar.bz2
scummvm-rg350-3583216c825f5127116187ab026d610b65875a24.zip
Wording
svn-id: r43750
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index da3f75a648..1ae974b4ef 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -406,7 +406,7 @@ const ADGameDescription *SciMetaEngine::fallbackDetect(const Common::FSList &fsl
// Load up text 0 and start looking for "#" characters
// Non-English versions contain strings like XXXX#YZZZZ
// Where XXXX is the English string, #Y a separator indicating the language
- // (e.g. #G for German) and the translated text
+ // (e.g. #G for German) and ZZZZ is the translated text
Resource *text = resourceManager->findResource(ResourceId(kResourceTypeText, 0), 0);
uint seeker = 0;
if (text) {