01741: ldrun4: Sprites are misplaced two pixels to the right.

This commit is contained in:
Nicola Salmoria 2008-05-25 11:55:28 +00:00
parent 8c7ae5d907
commit c7d10617ee

View file

@ -664,7 +664,7 @@ VIDEO_START( ldrun4 )
VIDEO_UPDATE( ldrun4 )
{
tilemap_set_scrollx( m62_background, 0, m62_background_hscroll );
tilemap_set_scrollx( m62_background, 0, m62_background_hscroll-2 );
tilemap_draw( bitmap, cliprect, m62_background, 0, 0 );
draw_sprites( screen->machine, bitmap, cliprect, 0x1f, 0x00, 0x00 );