diff options
author | Travis Howell | 2005-05-28 01:41:44 +0000 |
---|---|---|
committer | Travis Howell | 2005-05-28 01:41:44 +0000 |
commit | 51a46f9c91b1987e9788e24a55cbfb4bc36b70d3 (patch) | |
tree | 14d40431845d69a21e20c93f2f8e8e4ffbf44495 /scumm | |
parent | 4ee90d93cc490c82462660c110e49153bc32b6d0 (diff) | |
download | scummvm-rg350-51a46f9c91b1987e9788e24a55cbfb4bc36b70d3.tar.gz scummvm-rg350-51a46f9c91b1987e9788e24a55cbfb4bc36b70d3.tar.bz2 scummvm-rg350-51a46f9c91b1987e9788e24a55cbfb4bc36b70d3.zip |
Correct HE version.
svn-id: r18276
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 806c148d08..64e38337b8 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -433,7 +433,7 @@ static const ScummGameSettings multiple_versions_md5_settings[] = { GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0}, {"d4cccb5af88f3e77f370896e9ba8c5f9", "Freddi Fish 1: The Case of the Missing Kelp Seeds", GID_HEGAME, 6, 71, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0}, - {"e63a0b9249b5ca4cc4d3ac34305ae360", "Freddi Fish 1: The Case of the Missing Kelp Seeds", GID_HEGAME, 6, 71, MDT_NONE, + {"e63a0b9249b5ca4cc4d3ac34305ae360", "Freddi Fish 1: The Case of the Missing Kelp Seeds", GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0}, {"084ed0fa98a6d1e9368d67fe9cfbd417", "Freddi Fish 1: The Case of the Missing Kelp Seeds (Demo) (puttputt cd)", GID_HEGAME, 6, 71, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0}, |