DIRECTOR: Fix crash on exit

This commit is contained in:
Eugene Sandulenko 2020-01-02 16:43:39 +01:00
parent 39728ee029
commit c554e160c4

View File

@ -95,6 +95,8 @@ Score::Score(DirectorEngine *vm) {
_castIDoffset = 0;
_movieArchive = nullptr;
_loadedStxts = new Common::HashMap<int, const Stxt *>();
_loadedCast = new Common::HashMap<int, Cast *>();
}