Reverted patch.

This commit is contained in:
Aaron Giles 2009-04-09 16:30:32 +00:00
parent 8f028b0f05
commit 6dd2c248cd

View File

@ -137,8 +137,8 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
pix &= 0x0f;
if ((drawxpos >= cliprect->min_x) && (drawxpos <= cliprect->max_x) && pix)
destline[drawxpos] = (pix + pen);
}
destline[drawxpos] = (pix + (pen << 4));
}
offset++;
}
}