summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/video.c b/video.c
index 4b9b0eb..25e86c3 100644
--- a/video.c
+++ b/video.c
@@ -395,14 +395,8 @@ static void render_scanline_conditional_bitmap(u32 start, u32 end, u16 *scanline
#define tile_4bpp_draw_base_normal(index) \
if(current_pixel) \
- { \
current_pixel |= current_palette; \
- tile_expand_base_normal(index); \
- } \
- else \
- { \
- tile_expand_base_normal(index); \
- } \
+ tile_expand_base_normal(index); \
#define tile_4bpp_draw_base_alpha(index) \