KYRA: (EOB) - remove dead code in screen_eob.cpp

This commit is contained in:
athrxx 2013-04-15 22:11:37 +02:00
parent 5ed0770401
commit d2d2ed1303

View File

@ -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;
}