diff options
author | Travis Howell | 2009-02-20 04:16:08 +0000 |
---|---|---|
committer | Travis Howell | 2009-02-20 04:16:08 +0000 |
commit | 9e340004ff100e247d51b1b7fd213f5f1120088a (patch) | |
tree | 8216347ea7bdd7761be9141c438d9e7b5f11df48 /engines/sci | |
parent | efb806554ea78c48c249619a1dea0c345a0f2166 (diff) | |
download | scummvm-rg350-9e340004ff100e247d51b1b7fd213f5f1120088a.tar.gz scummvm-rg350-9e340004ff100e247d51b1b7fd213f5f1120088a.tar.bz2 scummvm-rg350-9e340004ff100e247d51b1b7fd213f5f1120088a.zip |
Update comments.
svn-id: r38579
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 9e27392a3c..4a561360ba 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1647,16 +1647,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { }, #endif - // The Island of Dr. Brain DOS - English (from Quietust) + // The Island of Dr. Brain - English 1.1 2.3.93 (from Quietust) {{"islandbrain", "", { {"resource.map", 0, "3c07da06bdd1689f9d07af78fb94d0ec", 3101}, {"resource.000", 0, "ecc686e0034fb4d41de077ac7167b3cf", 1947866}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, - SCI_VERSION(1.001.53) + SCI_VERSION(1, 1, 53) }, #if 0 - // The Island of Dr. Brain DOS - English + // The Island of Dr. Brain - English DOS {{"islandbrain", "", { {"resource.map", 0, "2388efef8430b041b0f3b00b9050e4a2", 3281}, {"resource.000", 0, "b3acd9b9dd7fe53c4ee133ac9a1acfab", 2103560}, |