aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/detection.cpp
diff options
context:
space:
mode:
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
};