[Scummvm-git-logs] scummvm master -> edf82fea9735b9b2c27bea33e56d76fdda277f49

bgK bastien.bouclet at gmail.com
Fri Nov 15 19:33:04 CET 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:
edf82fea97 CLOUD: Remove the saves sync finished OSD message


Commit: edf82fea9735b9b2c27bea33e56d76fdda277f49
    https://github.com/scummvm/scummvm/commit/edf82fea9735b9b2c27bea33e56d76fdda277f49
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2019-11-15T19:32:59+01:00

Commit Message:
CLOUD: Remove the saves sync finished OSD message

It's not very good for immersion when it appears after an autosave. The
cloud icon is a good enough indication that cloud synchronization
happened.

Changed paths:
    backends/cloud/storage.cpp


diff --git a/backends/cloud/storage.cpp b/backends/cloud/storage.cpp
index ed7f8f0..753c26c 100644
--- a/backends/cloud/storage.cpp
+++ b/backends/cloud/storage.cpp
@@ -229,7 +229,6 @@ void Storage::savesSyncDefaultCallback(BoolResponse response) {
 
 	if (!response.value)
 		warning("SavesSyncRequest called success callback with `false` argument");
-	Common::OSDMessageQueue::instance().addMessage(_("Saved games sync complete."));
 }
 
 void Storage::savesSyncDefaultErrorCallback(Networking::ErrorResponse error) {





More information about the Scummvm-git-logs mailing list