ASYLUM: Implement WorldStats::saveLoadWithSerializer()
- Add stubs for saveLoadWithSerializer() for ActionArea, Actor, ActorData and Object classes
This commit is contained in:
parent
70460193ad
commit
d6883a89a1
7 changed files with 217 additions and 5 deletions
|
@ -72,6 +72,10 @@ void ActionArea::load(Common::SeekableReadStream *stream) {
|
|||
volume = stream->readSint32LE();
|
||||
}
|
||||
|
||||
void ActionArea::saveLoadWithSerializer(Common::Serializer &s) {
|
||||
error("[ActionArea::saveLoadWithSerializer] Not implemented");
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// ScriptManager
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue