diff options
author | Torbjörn Andersson | 2005-05-09 06:59:32 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-05-09 06:59:32 +0000 |
commit | 5093be8401f25431177a2f9ecfb0c876209cc88f (patch) | |
tree | c4404eb5746b0fddfc8976cadc727430b4529be9 /gob | |
parent | 519c023e4b4300a2483b8512f9f81ea6d9453a2d (diff) | |
download | scummvm-rg350-5093be8401f25431177a2f9ecfb0c876209cc88f.tar.gz scummvm-rg350-5093be8401f25431177a2f9ecfb0c876209cc88f.tar.bz2 scummvm-rg350-5093be8401f25431177a2f9ecfb0c876209cc88f.zip |
Added Gobliiins MD5 sums provided by Florian Zeitz.
svn-id: r17993
Diffstat (limited to 'gob')
-rw-r--r-- | gob/gob.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp index afdd88ddbc..eb272d7642 100644 --- a/gob/gob.cpp +++ b/gob/gob.cpp @@ -50,6 +50,12 @@ struct GobGameSettings { static const GobGameSettings gob_games[] = { {"gob1", "Gobliiins 1 (CD)", 0, "45f9c1162dd7040fd05fd013ccc176e2"}, + + // I'm a bit uncertain what to call these two. The DOS version should + // not use copy protection, since it didn't include the color table. + {"gob1", "Gobliiins 1 (DOS)", 0, "82aea70ef26f41fa963dfae270993e49"}, + {"gob1", "Gobliiins 1 (Windows)", 0, "8a5e850c49d7cacdba5f5eb1fcc77b89"}, + {"gob1", "Gobliiins 1 (Demo)", 0, "4f5bf4b9e4c39ebb93579747fc678e97"}, #if 0 |