mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
Merge pull request #5247 from kunikunijp/toypop-patch
toypop.cpp: liblrabl: The sprite of the flower withered by an enemy like scissors was not correct.
This commit is contained in:
commit
f9733332fc
@ -279,6 +279,9 @@ void namcos16_state::legacy_obj_draw(bitmap_ind16 &bitmap,const rectangle &clipr
|
||||
uint8_t width = ((base_spriteram[count+bank2] & 4) >> 2) + 1;
|
||||
uint8_t height = ((base_spriteram[count+bank2] & 8) >> 3) + 1;
|
||||
|
||||
tile &= ~(width - 1);
|
||||
tile &= ~((height - 1) << 1);
|
||||
|
||||
if (flip)
|
||||
{
|
||||
fx ^= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user