[Scummvm-git-logs] scummvm master -> 52ecf7f5b2a0efe30592fb529cd76bebf742cd40

sev- sev at scummvm.org
Wed Jan 31 18:02:19 CET 2018


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:
52ecf7f5b2 SCUMM: Fix warning (it generates another one in common/ though)


Commit: 52ecf7f5b2a0efe30592fb529cd76bebf742cd40
    https://github.com/scummvm/scummvm/commit/52ecf7f5b2a0efe30592fb529cd76bebf742cd40
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-01-31T18:02:04+01:00

Commit Message:
SCUMM: Fix warning (it generates another one in common/ though)

Changed paths:
    engines/scumm/music.h


diff --git a/engines/scumm/music.h b/engines/scumm/music.h
index 9404ce7..e331522 100644
--- a/engines/scumm/music.h
+++ b/engines/scumm/music.h
@@ -83,7 +83,7 @@ public:
 	/**
 	 * Save or load the music state.
 	 */
-	virtual void saveLoadWithSerializer(Common::Serializer &ser) {}
+	virtual void saveLoadWithSerializer(Common::Serializer &ser, ScummEngine *scumm, bool fixAfterLoad = true) {}
 };
 
 } // End of namespace Scumm





More information about the Scummvm-git-logs mailing list