mirror of
https://github.com/holub/mame
synced 2025-05-08 07:11:42 +03:00
popeye: fixed popeye background scrolling when screen is flipped [smf]
This commit is contained in:
parent
fa469fe16c
commit
4b52255746
@ -410,8 +410,6 @@ void popeye_state::draw_background(bitmap_ind16 &bitmap, const rectangle &clipre
|
|||||||
|
|
||||||
if (flip_screen())
|
if (flip_screen())
|
||||||
{
|
{
|
||||||
if (m_bitmap_type == TYPE_TPP1)
|
|
||||||
scrollx = -scrollx;
|
|
||||||
scrolly = -scrolly;
|
scrolly = -scrolly;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user