aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-02-25 11:51:20 +0000
committerTravis Howell2007-02-25 11:51:20 +0000
commit9383f433bd59a2f8410fdeb36808a82da67362b3 (patch)
treefd7219ea22866515c8c99f19d2ecd50d3b93b2a4 /engines/scumm/plugin.cpp
parent28408d8b7bc9d954cd24d98fbc10cc10323067b6 (diff)
downloadscummvm-rg350-9383f433bd59a2f8410fdeb36808a82da67362b3.tar.gz
scummvm-rg350-9383f433bd59a2f8410fdeb36808a82da67362b3.tar.bz2
scummvm-rg350-9383f433bd59a2f8410fdeb36808a82da67362b3.zip
Add German CUP demo, whichs shows several HE games.
svn-id: r25851
Diffstat (limited to 'engines/scumm/plugin.cpp')
-rw-r--r--engines/scumm/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index a66f2cb7fd..c91d2d889b 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -530,6 +530,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "catalog", "catalog", kGenHEPC, UNK_LANG, UNK, 0 },
{ "catalog", "catalog2", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "catalog", "Preview.cup", kGenUnchanged, UNK_LANG, UNK, 0 },
{ "chase", "chase", kGenHEPC, UNK_LANG, UNK, 0 },
{ "chase", "Cheese Chase", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },