[Scummvm-git-logs] scummvm master -> a7a312ec2f7e36a51573a01435664787a26987b9
criezy
criezy at scummvm.org
Fri Sep 13 02:36:52 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a7a312ec2f SUPERNOVA: Enable improved mode by default
Commit: a7a312ec2f7e36a51573a01435664787a26987b9
https://github.com/scummvm/scummvm/commit/a7a312ec2f7e36a51573a01435664787a26987b9
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-09-13T01:32:15+01:00
Commit Message:
SUPERNOVA: Enable improved mode by default
Masochists who want to experience the original frustrating
experience can disable it in the game settings.
Changed paths:
engines/supernova/detection.cpp
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index 1f5ada0..352eac8 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
}
},
More information about the Scummvm-git-logs
mailing list