mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Fixed (?) end of spritelist marker in PGM [David Haywood]
This commit is contained in:
parent
b35e5f6eb1
commit
2da078d7c3
@ -261,7 +261,7 @@ static void draw_sprites( running_machine *machine, bitmap_t* spritebitmap, UINT
|
||||
if (xpos > 0x3ff) xpos -=0x800;
|
||||
if (ypos > 0x1ff) ypos -=0x400;
|
||||
|
||||
if (high == 0) break; /* is this right? */
|
||||
if (!sprite_source[4]) break; /* is this right? */
|
||||
|
||||
//if ((priority == 1) && (pri == 0)) break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user