aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimei Yin2017-07-21 11:57:29 +0200
committerSimei Yin2017-07-21 11:57:29 +0200
commite120aa585e640b89f3b0297c2c6dcfb7212ebe87 (patch)
tree5c29501229ae9111c6de9ebdb700423c641735c4
parente4cbba9d09ce776b8a68457739180514a27e8828 (diff)
downloadscummvm-rg350-e120aa585e640b89f3b0297c2c6dcfb7212ebe87.tar.gz
scummvm-rg350-e120aa585e640b89f3b0297c2c6dcfb7212ebe87.tar.bz2
scummvm-rg350-e120aa585e640b89f3b0297c2c6dcfb7212ebe87.zip
SLUDGE: Add game Life Flashes By
-rw-r--r--engines/sludge/detection.cpp1
-rw-r--r--engines/sludge/detection_tables.h13
2 files changed, 14 insertions, 0 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index a1900bfc07..8a8a785864 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -51,6 +51,7 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "outoforder", "Out Of Order" },
{ "frasse", "Frasse and the Peas of Kejick"},
{ "interview", "The Interview"},
+ { "life", "Life Flashed By"},
{ 0, 0 }
};
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index d212085589..bdeb3b1a8d 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -114,6 +114,19 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "life",
+ "",
+ AD_ENTRY1s("LifeFlashesBy.slg", "a471759e071e5d2c0e8e6887607df778", 163794266),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};