[Scummvm-git-logs] scummvm master -> 1ff1cfc24310d135823a85c5fecb6127da623cc1

sev- sev at scummvm.org
Thu Feb 6 13:56:11 UTC 2020


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:
1ff1cfc243 PINK: Use Engine save/load dialog methods to the corresponding implement menu bar commands.


Commit: 1ff1cfc24310d135823a85c5fecb6127da623cc1
    https://github.com/scummvm/scummvm/commit/1ff1cfc24310d135823a85c5fecb6127da623cc1
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-02-06T14:56:05+01:00

Commit Message:
PINK: Use Engine save/load dialog methods to the corresponding implement menu bar commands.

Changed paths:
    engines/pink/gui.cpp


diff --git a/engines/pink/gui.cpp b/engines/pink/gui.cpp
index 9286747..9988587 100644
--- a/engines/pink/gui.cpp
+++ b/engines/pink/gui.cpp
@@ -145,8 +145,16 @@ void PinkEngine::executeMenuCommand(uint id) {
 		break;
 	}
 	case kLoadSave:
+		loadGameDialog();
+		break;
+
 	case kSaveAction:
 	case kSaveAsAction:
+		//FIXME: Somehow messes up the pause system causing issues such as
+		//frozen animations and BGM disappearing
+		saveGameDialog();
+		break;
+
 	case kSoundSettingsAction:
 	case kLastSavesAction:
 	case kPauseAction:




More information about the Scummvm-git-logs mailing list