mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
KYRA: (EOB) - remove dead code in screen_eob.cpp
This commit is contained in:
parent
5ed0770401
commit
d2d2ed1303
@ -456,8 +456,6 @@ uint8 *Screen_EoB::encodeShape(uint16 x, uint16 y, uint16 w, uint16 h, bool enco
|
||||
if (col < 0x10) {
|
||||
*pal++ = s;
|
||||
c = colorMap[s] = col++;
|
||||
if (!col)
|
||||
c = 0;
|
||||
} else {
|
||||
c = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user