aboutsummaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/codecs/cinepak.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/codecs/cinepak.cpp b/image/codecs/cinepak.cpp
index 2b02fc8127..f356e87971 100644
--- a/image/codecs/cinepak.cpp
+++ b/image/codecs/cinepak.cpp
@@ -424,7 +424,6 @@ const Graphics::Surface *CinepakDecoder::decodeFrame(Common::SeekableReadStream
_curFrame.surface->create(_curFrame.width, _curFrame.height, _pixelFormat);
}
- // Reset the y variable.
_y = 0;
for (uint16 i = 0; i < _curFrame.stripCount; i++) {