aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-10-22 00:04:36 +0000
committerTravis Howell2005-10-22 00:04:36 +0000
commitb18435125f7b69c1c23518edacb763f927bd55c8 (patch)
tree13bfaebd7521bd3f46806f99e27122330760ece2 /scumm
parent907c0835d06921fddb2146de29616e65f5e614e4 (diff)
downloadscummvm-rg350-b18435125f7b69c1c23518edacb763f927bd55c8.tar.gz
scummvm-rg350-b18435125f7b69c1c23518edacb763f927bd55c8.tar.bz2
scummvm-rg350-b18435125f7b69c1c23518edacb763f927bd55c8.zip
Add French Pajama Sam demo.
svn-id: r19228
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm-md5.h3
-rw-r--r--scumm/scumm.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h
index 34b5c7601c..57da6b926f 100644
--- a/scumm/scumm-md5.h
+++ b/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Fri Oct 21 04:10:50 2005
+ This file was generated by the md5table tool on Sat Oct 22 00:00:28 2005
DO NOT EDIT MANUALLY!
*/
@@ -230,6 +230,7 @@ static const MD5Table md5table[] = {
{ "7ea2da67ebabea4ac20cee9f4f9d2934", "airport", Common::EN_USA, Common::kPlatformMacintosh },
{ "7edd665bbede7ea8b7233f8e650be6f8", "samnmax", Common::FR_FRA, Common::kPlatformUnknown },
{ "7f45ddd6dbfbf8f80c0c0efea4c295bc", "maniac", Common::EN_USA, Common::kPlatformPC },
+ { "7f945525abcd48015adf1632637a44a1", "pajama", Common::FR_FRA, Common::kPlatformWindows },
{ "7fc6cdb46b4c9d384c52327f4bca6416", "football", Common::EN_USA, Common::kPlatformWindows },
{ "810a9da887aefa597b0cf3c77d262897", "BluesABCTimeDemo", Common::EN_USA, Common::kPlatformWindows },
{ "81bbfa181184cb494e7a81dcfa94fbd9", "maniac", Common::FR_FRA, Common::kPlatformNES },
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index a9d17999d4..13e31449e0 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -764,6 +764,7 @@ static SubstResFileNames substResFileNameTable[] = {
{ "mustard", "Mustard", kGenMac },
{ "pajama", "Pajama Sam", kGenMac },
{ "pajama", "PajamaNHD", kGenPC },
+ { "pajama", "SAMDEMO", kGenPC },
{ "pajama2", "Pajama Sam 2", kGenMac },
{ "pajama2", "PajamaTAL", kGenPC },
{ "pajama2", "PyjamaDBMN", kGenPC },