diff options
author | Travis Howell | 2007-01-05 22:48:06 +0000 |
---|---|---|
committer | Travis Howell | 2007-01-05 22:48:06 +0000 |
commit | 2cc2b09e82ab2939df3b4cdefdfb17508d58d2d0 (patch) | |
tree | 63b8036315635b9415d6a310bc2f07e32e1e8a0b /engines/scumm | |
parent | d1ecb0122c0647dcafc75dbf8ba699ee9c071b79 (diff) | |
download | scummvm-rg350-2cc2b09e82ab2939df3b4cdefdfb17508d58d2d0.tar.gz scummvm-rg350-2cc2b09e82ab2939df3b4cdefdfb17508d58d2d0.tar.bz2 scummvm-rg350-2cc2b09e82ab2939df3b4cdefdfb17508d58d2d0.zip |
Add filename prefix used by German version of Freddi Fish 3
svn-id: r25011
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 8240c19cc3..0cd3c72b66 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -577,6 +577,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "freddi3", "FreddiFGT", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "freddi3", "FreddiFGT", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, { "freddi3", "FreddiSCS", kGenHEPC, UNK_LANG, UNK, 0 }, + { "freddi3", "fritzi3", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "freddi3", "Fritzi3demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, { "freddi3", "Fritzi3demo", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "freddi3", "MALICEMCV", kGenHEPC, Common::FR_FRA, UNK, 0 }, |