diff options
author | Travis Howell | 2006-01-17 12:43:25 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-17 12:43:25 +0000 |
commit | 349eee4ab41ad541fa782c95ccef18460bd483a5 (patch) | |
tree | e0eb88fe4bde5e5f0156bf273357cea5dc88646b /scumm | |
parent | 090fcd45792e66cd567bcf35d1c75ba13653c2a3 (diff) | |
download | scummvm-rg350-349eee4ab41ad541fa782c95ccef18460bd483a5.tar.gz scummvm-rg350-349eee4ab41ad541fa782c95ccef18460bd483a5.tar.bz2 scummvm-rg350-349eee4ab41ad541fa782c95ccef18460bd483a5.zip |
Correct HE version.
svn-id: r20067
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 11bf88709d..99be5dbd26 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -586,10 +586,10 @@ static const ScummGameSettings multiple_versions_md5_settings[] = { GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, {"59d5cfcc5e672a6e07baae01328b918b", "Putt-Putt Travels Through Time (French Demo)", GID_HEGAME, 6, 90, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // TEMPDEMO + {"fbb697d89d2beca87360a145f467bdae", "Putt-Putt Travels Through Time (Updated German Demo)", GID_HEGAME, 6, 90, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // ZEITDEMO {"0ab19be9e2a3f6938226638b2a3744fe", "Putt-Putt Travels Through Time (Updated Demo)", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, - {"fbb697d89d2beca87360a145f467bdae", "Putt-Putt Travels Through Time (Updated German Demo)", GID_HEGAME, 6, 98, MDT_NONE, - GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // ZEITDEMO {"d7b247c26bf1f01f8f7daf142be84de3", "Putt-Putt and Pep's Balloon-O-Rama (Updated)", GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, |