mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
SCI: Fix some non-initialized variables in SegManager - CID 1003116
This commit is contained in:
parent
70f1c4d315
commit
66fce6d156
@ -36,6 +36,9 @@ SegManager::SegManager(ResourceManager *resMan) {
|
||||
_nodesSegId = 0;
|
||||
_hunksSegId = 0;
|
||||
|
||||
_saveDirPtr = NULL_REG;
|
||||
_parserPtr = NULL_REG;
|
||||
|
||||
#ifdef ENABLE_SCI32
|
||||
_arraysSegId = 0;
|
||||
_stringSegId = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user