mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
DIRECTOR: Fix crash on exit
This commit is contained in:
parent
39728ee029
commit
c554e160c4
@ -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 *>();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user