JANITORIAL: Add fall through statement

This commit is contained in:
Eugene Sandulenko 2017-08-11 21:40:11 +02:00
parent fcad0fe307
commit c48cb7af7c

View File

@ -270,6 +270,7 @@ static inline void decodeFrameTmpl(Common::SeekableReadStream &stream, PixelInt
// Fill blocks with 4 colors
case 0xc0:
colorA = stream.readUint16BE();
// fall through
case 0x20:
colorB = stream.readUint16BE();