mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
JANITORIAL: Add fall through statement
This commit is contained in:
parent
fcad0fe307
commit
c48cb7af7c
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user