[Scummvm-git-logs] scummvm master -> c3df05dd12c9c8bee1aa189a250b22d6e24a2254
neuromancer
noreply at scummvm.org
Mon Jan 17 18:21:36 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:
c3df05dd12 HYPNO: disabled saving dialog while in menu in spider
Commit: c3df05dd12c9c8bee1aa189a250b22d6e24a2254
https://github.com/scummvm/scummvm/commit/c3df05dd12c9c8bee1aa189a250b22d6e24a2254
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-01-17T19:21:34+01:00
Commit Message:
HYPNO: disabled saving dialog while in menu in spider
Changed paths:
engines/hypno/actions.cpp
diff --git a/engines/hypno/actions.cpp b/engines/hypno/actions.cpp
index b80c6e5a075..66ddbac1ee7 100644
--- a/engines/hypno/actions.cpp
+++ b/engines/hypno/actions.cpp
@@ -215,7 +215,8 @@ void HypnoEngine::runWalN(WalN *a) {
}
void HypnoEngine::runSave(Save *a) {
- saveGameDialog();
+ // TODO: enable this when saving in the main menu is available
+ //saveGameDialog();
}
void HypnoEngine::runLoad(Load *a) {
More information about the Scummvm-git-logs
mailing list