diff options
author | Sven Hesse | 2008-02-02 20:26:19 +0000 |
---|---|---|
committer | Sven Hesse | 2008-02-02 20:26:19 +0000 |
commit | 22ead25049f7c6a9af627ee1763851cfd7b9e03d (patch) | |
tree | d7278cf8d122fcc07ac48e9f57527a16ff90970b | |
parent | 23ca56961c622051531bfa24e10c89b7211d57ca (diff) | |
download | scummvm-rg350-22ead25049f7c6a9af627ee1763851cfd7b9e03d.tar.gz scummvm-rg350-22ead25049f7c6a9af627ee1763851cfd7b9e03d.tar.bz2 scummvm-rg350-22ead25049f7c6a9af627ee1763851cfd7b9e03d.zip |
Fixed the description for the Gob2 Amiga demo (bug report #1883801)
svn-id: r30745
-rw-r--r-- | engines/gob/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index c16fb258ed..decbb02238 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -587,11 +587,11 @@ static const GOBGameDescription gameDescriptions[] = { "Interactive Demo", AD_ENTRY1("intro.stk", "4b278c2678ea01383fd5ca114d947eea"), UNK_LANG, - kPlatformPC, + kPlatformAmiga, Common::ADGF_DEMO }, kGameTypeGob2, - kFeaturesAdlib, + kFeaturesNone, "intro" }, { |