mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
01741: ldrun4: Sprites are misplaced two pixels to the right.
This commit is contained in:
parent
8c7ae5d907
commit
c7d10617ee
@ -664,7 +664,7 @@ VIDEO_START( ldrun4 )
|
|||||||
|
|
||||||
VIDEO_UPDATE( 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 );
|
tilemap_draw( bitmap, cliprect, m62_background, 0, 0 );
|
||||||
draw_sprites( screen->machine, bitmap, cliprect, 0x1f, 0x00, 0x00 );
|
draw_sprites( screen->machine, bitmap, cliprect, 0x1f, 0x00, 0x00 );
|
||||||
|
Loading…
Reference in New Issue
Block a user