aboutsummaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/codecs/rpza.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/codecs/rpza.cpp b/image/codecs/rpza.cpp
index db0d512f45..411ddd25ca 100644
--- a/image/codecs/rpza.cpp
+++ b/image/codecs/rpza.cpp
@@ -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();