layer offset fix from haze

This commit is contained in:
Michaël Banaan Ananas 2012-03-24 20:43:22 +00:00
parent 5957bc9c6d
commit 41a58ca953

View File

@ -567,7 +567,7 @@ SCREEN_UPDATE_IND16( fncywld )
else
offs2 = -5;
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, -16, offs, 0);
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, 0, offs, 0);
return 0;
}
@ -590,7 +590,7 @@ SCREEN_UPDATE_IND16( pangpang )
else
offs2 = -5;
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, -16, offs, 0);
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, 0, offs, 0);
return 0;
}