[Scummvm-git-logs] scummvm master -> 4faa8b0439f89c7925819abd19b85af0c0608b23
bonki
bonki at users.noreply.github.com
Sun Mar 25 18:37:35 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4faa8b0439 JANITORIAL: Remove useless comment
Commit: 4faa8b0439f89c7925819abd19b85af0c0608b23
https://github.com/scummvm/scummvm/commit/4faa8b0439f89c7925819abd19b85af0c0608b23
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-25T18:37:10+02:00
Commit Message:
JANITORIAL: Remove useless comment
Changed paths:
image/codecs/cinepak.cpp
diff --git a/image/codecs/cinepak.cpp b/image/codecs/cinepak.cpp
index 2b02fc8..f356e87 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++) {
More information about the Scummvm-git-logs
mailing list