diff options
author | Travis Howell | 2007-01-30 12:05:35 +0000 |
---|---|---|
committer | Travis Howell | 2007-01-30 12:05:35 +0000 |
commit | 83c55bbd312aba67c640d82fedd604f618842c47 (patch) | |
tree | 9627b8272f718195f3112f50f0265b51d73c3ff0 /engines/scumm | |
parent | 162a887052e0a4507d2625427a542e35462050af (diff) | |
download | scummvm-rg350-83c55bbd312aba67c640d82fedd604f618842c47.tar.gz scummvm-rg350-83c55bbd312aba67c640d82fedd604f618842c47.tar.bz2 scummvm-rg350-83c55bbd312aba67c640d82fedd604f618842c47.zip |
Add French version of Pajama Sam 1 for Macintosh.
svn-id: r25276
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 82f80f2b45..520fa83e0a 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -642,6 +642,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "pajama", "SAMDEMO", kGenHEPC, Common::FR_FRA, UNK, 0 }, { "pajama", "SAMDEMO", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, { "pajama", "sampyjam", kGenHEPC, Common::FR_FRA, UNK, 0 }, + { "pajama", "SamPyjam", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, { "pajama2", "pajama2", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama2", "Pajama2", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, |