From 3cd1e6588164a729528d203b44a30542ff634647 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 3 Dec 2007 22:41:23 +0000 Subject: Add patch #1842862 - Support for Freddi3 french. svn-id: r29711 --- engines/scumm/detection_tables.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 1496a6d043..deed2158b5 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -575,6 +575,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "freddi3", "Fritzi3demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, { "freddi3", "Fritzi3demo", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "freddi3", "Marine Malice 3", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, + { "freddi3", "MALICE3", kGenHEPC, Common::FR_FRA, UNK, 0 }, { "freddi3", "MALICEMCV", kGenHEPC, Common::FR_FRA, UNK, 0 }, { "freddi3", "MaliceMCV", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, { "freddi3", "MM3-DEMO", kGenHEPC, Common::FR_FRA, UNK, 0 }, -- cgit v1.2.3