mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
GRIFFON: Initialize variable
This commit is contained in:
parent
b85b7fec08
commit
24c52e32ae
@ -66,6 +66,8 @@ GriffonEngine::GriffonEngine(OSystem *syst) : Engine(syst) {
|
||||
|
||||
_cloudAngle = 0.0f;
|
||||
|
||||
_dontDrawOver = false;
|
||||
|
||||
for (int i = 0; i < 33; ++i) {
|
||||
for (int j = 0; j < 6; ++j) {
|
||||
_objectInfo[i].nFrames = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user