summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.c')
-rw-r--r--vdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.c b/vdp.c
index c1b8877..6192d0d 100644
--- a/vdp.c
+++ b/vdp.c
@@ -478,7 +478,7 @@ void read_sprite_x(uint32_t line, vdp_context * context)
context->sprite_draw_list[context->sprite_draws].h_flip = (tileinfo & MAP_BIT_H_FLIP) ? 1 : 0;
}
}
- if (i < width) {
+ if (!context->sprite_draws/*i < width*/) {
context->flags |= FLAG_DOT_OFLOW;
}
context->cur_slot--;