mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec
This is flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
parent
538bb7ab3e
commit
f0c02796f4
@ -379,6 +379,8 @@ void TrueMotion1Decoder::decode16() {
|
||||
OUTPUT_PIXEL_PAIR();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
// skip (copy) four pixels, but reassign the horizontal
|
||||
|
Loading…
x
Reference in New Issue
Block a user