aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/coktelvideo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp
index 0d59bf4993..bb50ddf04a 100644
--- a/engines/gob/coktelvideo.cpp
+++ b/engines/gob/coktelvideo.cpp
@@ -1060,7 +1060,7 @@ void Vmd::clear(bool del) {
CoktelVideo::State Vmd::processFrame(uint16 frame) {
State state;
- int16 xBak, yBak, heightBak, widthBak;
+ int16 xBak = 0, yBak = 0, heightBak = 0, widthBak = 0;
bool startSound = false;
seekFrame(frame);