[Scummvm-git-logs] scummvm master -> 979ae76ec1c32dfdbccab5a39c5a99953cb73524

csnover csnover at users.noreply.github.com
Wed Jan 31 19:08:22 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:
979ae76ec1 SCUMM: Fix compilation failure


Commit: 979ae76ec1c32dfdbccab5a39c5a99953cb73524
    https://github.com/scummvm/scummvm/commit/979ae76ec1c32dfdbccab5a39c5a99953cb73524
Author: Colin Snover (github.com at zetafleet.com)
Date: 2018-01-31T12:08:17-06:00

Commit Message:
SCUMM: Fix compilation failure

Changed paths:
    engines/scumm/music.h


diff --git a/engines/scumm/music.h b/engines/scumm/music.h
index e331522..9c11204 100644
--- a/engines/scumm/music.h
+++ b/engines/scumm/music.h
@@ -28,6 +28,8 @@
 
 namespace Scumm {
 
+class ScummEngine;
+
 /**
  * Pure virtual base class for the various music/sound engines used in Scumm
  * games. In particular, the iMuse code provides a subclass of this. There are
@@ -83,6 +85,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) {}
 };
 





More information about the Scummvm-git-logs mailing list