diff options
| -rw-r--r-- | engines/kyra/screen_eob.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
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;  						}  | 
