[Scummvm-cvs-logs] scummvm master -> eb4645cda855b0ac919124fefc79c580883903d3
bluegr
bluegr at gmail.com
Mon Dec 22 23:11:04 CET 2014
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:
eb4645cda8 ZVISION: Spacing
Commit: eb4645cda855b0ac919124fefc79c580883903d3
https://github.com/scummvm/scummvm/commit/eb4645cda855b0ac919124fefc79c580883903d3
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-12-23T00:10:12+02:00
Commit Message:
ZVISION: Spacing
Changed paths:
engines/zvision/video/rlf_decoder.cpp
diff --git a/engines/zvision/video/rlf_decoder.cpp b/engines/zvision/video/rlf_decoder.cpp
index d51dee0..b798093 100644
--- a/engines/zvision/video/rlf_decoder.cpp
+++ b/engines/zvision/video/rlf_decoder.cpp
@@ -309,8 +309,8 @@ void RLFDecoder::RLFVideoTrack::decodeSimpleRunLengthEncoding(int8 *source, int8
}
byte r, g, b;
- // NOTE: Color masks can't be used here, since accurate colors
- // are required to handle transparency correctly
+ // NOTE: Color masks can't be used here, since accurate colors
+ // are required to handle transparency correctly
Graphics::PixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0).colorToRGB(READ_LE_UINT16(source + sourceOffset), r, g, b);
uint16 sampleColor = Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0).RGBToColor(r, g, b);
sourceOffset += 2;
More information about the Scummvm-git-logs
mailing list