Fixed (?) end of spritelist marker in PGM [David Haywood]

This commit is contained in:
Angelo Salese 2010-12-10 17:35:29 +00:00
parent b35e5f6eb1
commit 2da078d7c3

View File

@ -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;