ASYLUM: Implement WorldStats::saveLoadWithSerializer()

- Add stubs for saveLoadWithSerializer() for ActionArea, Actor, ActorData and Object classes
This commit is contained in:
Littleboy 2011-08-04 23:32:14 -04:00 committed by Eugene Sandulenko
parent 70460193ad
commit d6883a89a1
No known key found for this signature in database
GPG key ID: 014D387312D34F08
7 changed files with 217 additions and 5 deletions

View file

@ -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
//////////////////////////////////////////////////////////////////////////