mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
DREAMWEB: Fix uninitialized variable
This commit is contained in:
parent
d0a302fb06
commit
8ed39a2b9e
@ -420,6 +420,9 @@ DreamBase::DreamBase(DreamWeb::DreamWebEngine *en) : engine(en) {
|
||||
_quitRequested = false;
|
||||
|
||||
_currentSample = 0xff;
|
||||
|
||||
_oldSubject._type = 0;
|
||||
_oldSubject._index = 0;
|
||||
}
|
||||
|
||||
} // End of namespace DreamGen
|
||||
|
Loading…
Reference in New Issue
Block a user