Skip to content

Commit

Permalink
SCUMM: Fix warning (it generates another one in common/ though)
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 31, 2018
1 parent 20b4f60 commit 52ecf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scumm/music.h
Expand Up @@ -83,7 +83,7 @@ class MusicEngine : public Common::Serializable {
/**
* 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
Expand Down

0 comments on commit 52ecf7f

Please sign in to comment.