diff options
author | Travis Howell | 2006-01-13 05:20:01 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-13 05:20:01 +0000 |
commit | 5e88d33a76d020f93f9c5a5c968ea36640ed649b (patch) | |
tree | 6899f8f137df385430fb96a978593fc04ee134ff /scumm | |
parent | a17c4a94acce02416b79ddd142cdad484b02616b (diff) | |
download | scummvm-rg350-5e88d33a76d020f93f9c5a5c968ea36640ed649b.tar.gz scummvm-rg350-5e88d33a76d020f93f9c5a5c968ea36640ed649b.tar.bz2 scummvm-rg350-5e88d33a76d020f93f9c5a5c968ea36640ed649b.zip |
Add German version of Pajama Sam 2 demo.
svn-id: r19997
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm-md5.h | 3 | ||||
-rw-r--r-- | scumm/scumm.cpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index 3e34ed73c5..ce28532c7d 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 Jan 13 05:16:31 2006 + This file was generated by the md5table tool on Fri Jan 13 05:19:27 2006 DO NOT EDIT MANUALLY! */ @@ -138,6 +138,7 @@ static const MD5Table md5table[] = { { "430bc518017b6fac046f58bab6baad5d", "monkey2", Common::JA_JPN, Common::kPlatformFMTowns }, { "45082a5c9f42ba14dacfe1fdeeba819d", "freddicove", Common::EN_USA, Common::kPlatformUnknown }, { "45152f7cf2ba8f43cf8a8ea2e740ae09", "monkey", Common::ES_ESP, Common::kPlatformPC }, + { "4521138d15d1fd7649c31fb981746231", "pajama2", Common::DE_DEU, Common::kPlatformUnknown }, { "46b53fd430adcfbed791b48a0d4b079f", "funpack", Common::EN_USA, Common::kPlatformPC }, { "477dbafbd66a53c98416dc01aef019ad", "monkey", Common::IT_ITA, Common::kPlatformPC }, { "47e75b1bdcb44c78cb94883d1731ccf8", "fbear", Common::EN_USA, Common::kPlatformPC }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 97ded23b19..71b32cd644 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -813,6 +813,8 @@ static SubstResFileNames substResFileNameTable[] = { { "pajama2", "PajamaTAL", kGenPC }, { "pajama2", "PyjamaDBMN", kGenPC }, { "pajama2", "PyjamaDBMN", kGenMac }, + { "pajama2", "Pyjama Pit 2 Demo", kGenMac }, + { "pajama2", "PJP2DEMO", kGenPC }, { "pajama2", "PJ2Demo", kGenMac }, { "pajama2", "pj2demo", kGenPC }, { "pajama2", "Pjs2demo", kGenPC }, |