From d2d2ed1303e2214cb1c3879641ad64b6bec68fea Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 15 Apr 2013 22:11:37 +0200 Subject: KYRA: (EOB) - remove dead code in screen_eob.cpp --- engines/kyra/screen_eob.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/kyra/screen_eob.cpp b/engines/kyra/screen_eob.cpp index b1b26357f8..ae62e522e7 100644 --- a/engines/kyra/screen_eob.cpp +++ b/engines/kyra/screen_eob.cpp @@ -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; } -- cgit v1.2.3