aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/detection.cpp
diff options
context:
space:
mode:
authorPeter Kohaut2019-05-18 20:13:21 +0200
committerPeter Kohaut2019-05-18 20:14:19 +0200
commit5a88f6606126a8731376dd4afbcfc39e5b4eee39 (patch)
tree554899aedf4efcdb5efd0549ea4d7fb5a30b6b81 /engines/bladerunner/detection.cpp
parent0989fab02a77da9574e9651cde65c3dd6c9c6d1e (diff)
downloadscummvm-rg350-5a88f6606126a8731376dd4afbcfc39e5b4eee39.tar.gz
scummvm-rg350-5a88f6606126a8731376dd4afbcfc39e5b4eee39.tar.bz2
scummvm-rg350-5a88f6606126a8731376dd4afbcfc39e5b4eee39.zip
BLADERUNNER: Split game to two different versions
first one is original game second one contains restored cut content
Diffstat (limited to 'engines/bladerunner/detection.cpp')
-rw-r--r--engines/bladerunner/detection.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/bladerunner/detection.cpp b/engines/bladerunner/detection.cpp
index c56ff1cd0d..a353e9646a 100644
--- a/engines/bladerunner/detection.cpp
+++ b/engines/bladerunner/detection.cpp
@@ -37,6 +37,7 @@ namespace BladeRunner {
static const PlainGameDescriptor bladeRunnerGames[] = {
{"bladerunner", "Blade Runner"},
+ {"bladerunner-final", "Blade Runner with restored content"},
{0, 0}
};
@@ -59,15 +60,6 @@ static const ADExtraGuiOptionsMap optionsList[] = {
false
}
},
- {
- GAMEOPTION_CUT_CONTENT,
- {
- _s("Restore cut content"),
- _s("Restore content which was cut from the original game"),
- "cutcontent",
- true
- }
- },
AD_EXTRA_GUI_OPTIONS_TERMINATOR
};