summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/canyon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/canyon.c')
-rw-r--r--src/mame/video/canyon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/canyon.c b/src/mame/video/canyon.c
index 8055c34ff60..e9c13df71f7 100644
--- a/src/mame/video/canyon.c
+++ b/src/mame/video/canyon.c
@@ -77,7 +77,7 @@ static void draw_bombs(mame_bitmap *bitmap, const rectangle* cliprect)
if (rect.max_x > cliprect->max_x) rect.max_x = cliprect->max_x;
if (rect.max_y > cliprect->max_y) rect.max_y = cliprect->max_y;
- fillbitmap(bitmap, i, &rect);
+ fillbitmap(bitmap, 1 + 2 * i, &rect);
}
}