diff options
author | Travis Howell | 2007-01-30 11:59:39 +0000 |
---|---|---|
committer | Travis Howell | 2007-01-30 11:59:39 +0000 |
commit | 162a887052e0a4507d2625427a542e35462050af (patch) | |
tree | 1e5ae9dd3687e088d2ba2a3c22a9c9206a7c0de4 /engines/scumm | |
parent | 6a20ddf1d263a64189ae873e708161631146b9ef (diff) | |
download | scummvm-rg350-162a887052e0a4507d2625427a542e35462050af.tar.gz scummvm-rg350-162a887052e0a4507d2625427a542e35462050af.tar.bz2 scummvm-rg350-162a887052e0a4507d2625427a542e35462050af.zip |
Add French version of Putt-Putt Travels Through Time for Macintosh.
svn-id: r25275
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 c01a7793dc..82f80f2b45 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -713,6 +713,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "putttime", "putttime", kGenHEPC, UNK_LANG, UNK, 0 }, { "putttime", "PuttTime", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "putttime", "pouce", kGenHEPC, Common::FR_FRA, UNK, 0 }, + { "putttime", "Pouce-Pouce", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, { "putttime", "PuttPuttTTT", kGenHEPC, UNK_LANG, UNK, 0 }, { "putttime", "PuttPuttTTT", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "putttime", "PuttTijd", kGenHEPC, Common::NL_NLD, UNK, 0 }, |