diff options
author | Martin Kiewitz | 2014-12-24 20:20:39 +0100 |
---|---|---|
committer | Martin Kiewitz | 2014-12-24 20:20:39 +0100 |
commit | 11d3227796a5d58a6e0f362e7982e27bf6d8fcd8 (patch) | |
tree | 01924ce76d79b3919b3a55431889c390ac1e8aad | |
parent | 970116bc3821b38c9b4882178c6a34082e73698d (diff) | |
download | scummvm-rg350-11d3227796a5d58a6e0f362e7982e27bf6d8fcd8.tar.gz scummvm-rg350-11d3227796a5d58a6e0f362e7982e27bf6d8fcd8.tar.bz2 scummvm-rg350-11d3227796a5d58a6e0f362e7982e27bf6d8fcd8.zip |
SCI: fix typo in comment for LSL3/German
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 7c9f54aedf..32d1a58765 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2070,7 +2070,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // Larry 3 - German DOS (German+English, 5 1/4" floppies) - // SCI interpreter version S.old.124 (executable), VERSION is "1.056" + // SCI interpreter version S.old.114 (executable), VERSION is "1.056" {"lsl3", "", { {"resource.map", 0, "2468da5d664bb6ca3df866074a05e43c", 8910}, {"resource.001", 0, "3827a9b17b926e12dcc336860f50612a", 163326}, |