[Scummvm-git-logs] scummvm master -> fbba2c92d70f39b87e2c330ef3b5eb41adbc5140
mgerhardy
martin.gerhardy at gmail.com
Tue Aug 17 21:13:28 UTC 2021
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:
fbba2c92d7 TWINE: removed comment
Commit: fbba2c92d70f39b87e2c330ef3b5eb41adbc5140
https://github.com/scummvm/scummvm/commit/fbba2c92d70f39b87e2c330ef3b5eb41adbc5140
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-08-17T23:13:16+02:00
Commit Message:
TWINE: removed comment
the widget now supports more than 7 options
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index 611607bf25..868f6df55c 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -657,7 +657,6 @@ const ExtraGuiOptions TwinEMetaEngineDetection::getExtraGuiOptions(const Common:
options.push_back(OptHighRes);
options.push_back(OptSound);
options.push_back(OptUseCD);
- // TODO: only 7 are shown right onw - see GUI::ExtraGuiOptionsWidget
options.push_back(OptMovies);
options.push_back(OptUSAVersion);
options.push_back(OptVoices);
More information about the Scummvm-git-logs
mailing list