diff options
| -rw-r--r-- | engines/sci/graphics/frameout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index 68d52bba50..9cd4c6d7f5 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -101,7 +101,7 @@ void GfxFrameout::kernelFrameout() { reg_t planeObject; GuiResourceId planePictureNr; SciGuiPicture *planePicture = 0; - int16 planePictureCels; + int16 planePictureCels = 0; int16 planePictureCel; int16 planePriority; int16 planeTop, planeLeft; |
