Skip to content
Permalink
Browse files

ZVISION: Spacing

  • Loading branch information
bluegr committed Dec 22, 2014
1 parent 9bc0686 commit eb4645cda855b0ac919124fefc79c580883903d3
Showing with 2 additions and 2 deletions.
  1. +2 −2 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;

0 comments on commit eb4645c

Please sign in to comment.
You can’t perform that action at this time.