- fixed: To get the final error handling from the serializer, Close must be called before the destructor gets invoked.

- added line feeds to all error messages in the serializer.
This commit is contained in:
Christoph Oelckers 2017-02-27 15:16:03 +01:00
commit cc598dfdde
3 changed files with 34 additions and 30 deletions

View file

@ -1624,6 +1624,7 @@ void G_UnSnapshotLevel (bool hubLoad)
}
}
}
arc.Close();
}
// No reason to keep the snapshot around once the level's been entered.
level.info->Snapshot.Clean();