aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova
diff options
context:
space:
mode:
authorThierry Crozat2019-09-13 01:32:15 +0100
committerThierry Crozat2019-09-13 01:32:15 +0100
commita7a312ec2f7e36a51573a01435664787a26987b9 (patch)
tree78da559b6bb552e5f63207477fc505a3fe6001ef /engines/supernova
parenta8fc073c7d148fd20bfa5890c5e4813766126d6b (diff)
downloadscummvm-rg350-a7a312ec2f7e36a51573a01435664787a26987b9.tar.gz
scummvm-rg350-a7a312ec2f7e36a51573a01435664787a26987b9.tar.bz2
scummvm-rg350-a7a312ec2f7e36a51573a01435664787a26987b9.zip
SUPERNOVA: Enable improved mode by default
Masochists who want to experience the original frustrating experience can disable it in the game settings.
Diffstat (limited to 'engines/supernova')
-rw-r--r--engines/supernova/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index 1f5ada00e4..352eac8d83 100644
--- a/engines/supernova/detection.cpp
+++ b/engines/supernova/detection.cpp
@@ -40,7 +40,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
_s("Improved mode"),
_s("Removes some repetitive actions, adds possibility to change verbs by keyboard"),
"improved",
- false
+ true
}
},