aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/detection.cpp
diff options
context:
space:
mode:
authorPeter Kohaut2019-04-25 23:39:31 +0200
committerPeter Kohaut2019-04-25 23:39:31 +0200
commitee2dcf6375580c96a080933bcc0b07931eeb414c (patch)
treea5b82bf2b7a10b78c160b0c0b3b20ef77f0f2195 /engines/bladerunner/detection.cpp
parent620864293d2ffebb2acb1950d065be44dae6778f (diff)
downloadscummvm-rg350-ee2dcf6375580c96a080933bcc0b07931eeb414c.tar.gz
scummvm-rg350-ee2dcf6375580c96a080933bcc0b07931eeb414c.tar.bz2
scummvm-rg350-ee2dcf6375580c96a080933bcc0b07931eeb414c.zip
BLADERUNNER: Make the cut content a runtime option
Player can choose to use or not the restored cut content. Does not affect fixed bugs in original game.
Diffstat (limited to 'engines/bladerunner/detection.cpp')
-rw-r--r--engines/bladerunner/detection.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/bladerunner/detection.cpp b/engines/bladerunner/detection.cpp
index b9819f91b7..c56ff1cd0d 100644
--- a/engines/bladerunner/detection.cpp
+++ b/engines/bladerunner/detection.cpp
@@ -59,6 +59,15 @@ 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
};