mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Fixed yet another valgrind warning.
svn-id: r35535
This commit is contained in:
parent
be777935f0
commit
e27110d3cc
@ -91,6 +91,7 @@ KyraEngine_LoK::KyraEngine_LoK(OSystem *system, const GameFlags &flags)
|
||||
memset(_sceneAnimTable, 0, sizeof(_sceneAnimTable));
|
||||
_currHeadShape = 0;
|
||||
_speechPlayTime = 0;
|
||||
_seqPlayerFlag = false;
|
||||
|
||||
memset(&_itemBkgBackUp, 0, sizeof(_itemBkgBackUp));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user