diff options
author | Thierry Crozat | 2019-09-13 01:32:15 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-09-13 01:32:15 +0100 |
commit | a7a312ec2f7e36a51573a01435664787a26987b9 (patch) | |
tree | 78da559b6bb552e5f63207477fc505a3fe6001ef | |
parent | a8fc073c7d148fd20bfa5890c5e4813766126d6b (diff) | |
download | scummvm-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.
-rw-r--r-- | engines/supernova/detection.cpp | 2 |
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 } }, |