[Scummvm-git-logs] scummvm master -> 1831433665639a31659f2ceea8e7923cf687fa9e
tag2015
noreply at scummvm.org
Thu Dec 1 11:08:12 UTC 2022
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:
1831433665 DRAGONS: Open GMM when choosing options
Commit: 1831433665639a31659f2ceea8e7923cf687fa9e
https://github.com/scummvm/scummvm/commit/1831433665639a31659f2ceea8e7923cf687fa9e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-01T11:59:48+01:00
Commit Message:
DRAGONS: Open GMM when choosing options
Open GMM when choosing "options" in the main menu, instead of
bouncing back the selection
Changed paths:
engines/dragons/dragons.cpp
diff --git a/engines/dragons/dragons.cpp b/engines/dragons/dragons.cpp
index e259c27dc3f..b06636c29c0 100644
--- a/engines/dragons/dragons.cpp
+++ b/engines/dragons/dragons.cpp
@@ -1668,7 +1668,7 @@ void DragonsEngine::mainMenu() {
loadingScreen();
startGame = true;
} else if (curMenuItem == 1) {
- //TODO options menu
+ openMainMenuDialog(); //TODO original options menu
} else if (curMenuItem == 2) {
_strPlayer->playVideo("previews.str");
}
More information about the Scummvm-git-logs
mailing list