aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-05-27 20:08:42 +0000
committerEugene Sandulenko2006-05-27 20:08:42 +0000
commitde1d77670f132e25238b6304799140f399d01f38 (patch)
tree1558e9245d7d459ee10929e0ffab93ac8745c904
parentdfce3faabd81d434f06e6654eaca9cf992379935 (diff)
downloadscummvm-rg350-de1d77670f132e25238b6304799140f399d01f38.tar.gz
scummvm-rg350-de1d77670f132e25238b6304799140f399d01f38.tar.bz2
scummvm-rg350-de1d77670f132e25238b6304799140f399d01f38.zip
Added new samnmax demo file name pattern. See bug #1496105: "Sam & Max Hit
the Road (ENGLISH/PC-DEMO V2) - Path Error" svn-id: r22686
-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 d4c1b038e1..83912c1af1 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -441,6 +441,7 @@ 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 },