aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/detection.cpp
diff options
context:
space:
mode:
authorVincent Hamm2007-11-11 01:04:40 +0000
committerVincent Hamm2007-11-11 01:04:40 +0000
commit1bae92f2e1ba13a57239024942676cf33fec82b0 (patch)
treeb146e65d3bb0593fb0f866adc80e9e898e6d8134 /engines/cruise/detection.cpp
parent31d04d98dcfe9113b39520568bde07737a718f09 (diff)
downloadscummvm-rg350-1bae92f2e1ba13a57239024942676cf33fec82b0.tar.gz
scummvm-rg350-1bae92f2e1ba13a57239024942676cf33fec82b0.tar.bz2
scummvm-rg350-1bae92f2e1ba13a57239024942676cf33fec82b0.zip
Implement dialogues
Detect french 256 colors version svn-id: r29473
Diffstat (limited to 'engines/cruise/detection.cpp')
-rw-r--r--engines/cruise/detection.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index 1c311dc39d..c1f6d1e377 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -64,7 +64,7 @@ static const CRUISEGameDescription gameDescriptions[] = {
{
{
"cruise",
- "",
+ "16 colors",
AD_ENTRY1("D1", "41a7a4d426dbd048eb369cfee4bb2717"),
Common::FR_FRA,
Common::kPlatformPC,
@@ -74,6 +74,18 @@ static const CRUISEGameDescription gameDescriptions[] = {
0,
},
{
+ {
+ "cruise",
+ "256 colors",
+ AD_ENTRY1("D1", "e258865807ea31b2d523340e6f0a606b"),
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ GType_CRUISE,
+ 0,
+ },
+ {
{
"cruise",
"256 colors",