summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic24.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic24.c')
-rw-r--r--src/mame/video/segaic24.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/segaic24.c b/src/mame/video/segaic24.c
index f149ee6e986..a1ad9d776e1 100644
--- a/src/mame/video/segaic24.c
+++ b/src/mame/video/segaic24.c
@@ -759,7 +759,6 @@ void segas24_sprite::draw(bitmap_ind16 &bitmap, const rectangle &cliprect, const
ymod1 = ymod;
ypos1 = y;
for(zy=0; zy<8; zy++) {
-
ymod1 += zoomy;
while(ymod1 >= 0x40) {
if(ypos1 >= min_y && ypos1 <= max_y) {