aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-05-27 23:31:08 +0000
committerEugene Sandulenko2006-05-27 23:31:08 +0000
commitb5355a9142af62d1614b43f1036ea94bc765b538 (patch)
tree67e948caac415e32d44bd29e8371a635dc4417a0
parent7f1eafea9600d69251853604d84e4a05f5c2888c (diff)
downloadscummvm-rg350-b5355a9142af62d1614b43f1036ea94bc765b538.tar.gz
scummvm-rg350-b5355a9142af62d1614b43f1036ea94bc765b538.tar.bz2
scummvm-rg350-b5355a9142af62d1614b43f1036ea94bc765b538.zip
Backed up my own commit :/ The user did a mistake when supplied the data.
svn-id: r22691
-rw-r--r--engines/scumm/plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index 83912c1af1..d4c1b038e1 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -441,7 +441,6 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "samnmax", "Sam & Max Demo Data", kGenUnchanged, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "samnmax", "ramnmax.%03d", kGenDiskNum, Common::RU_RUS, UNK, 0 }, // Used in some releases of Russian Sam'n'Max
{ "samnmax", "samdemo.%03d", kGenDiskNum, UNK_LANG, UNK, 0 },
- { "samnmax", "samdemo.sm%d", kGenDiskNum, UNK_LANG, UNK, 0 },
{ "samnmax", "snmdemo.sm%d", kGenDiskNum, UNK_LANG, UNK, 0 },
{ "samnmax", "snmidemo.%03d", kGenDiskNum, UNK_LANG, UNK, 0 },
{ "samnmax", "sdemo.sm%d", kGenDiskNum, Common::DE_DEU, UNK, 0 },