mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
SCUMM: Fix warning (it generates another one in common/ though)
This commit is contained in:
parent
20b4f60d21
commit
52ecf7f5b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user