mirror of
https://github.com/holub/mame
synced 2025-05-06 22:35:43 +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 (m_bitmap_type == TYPE_TPP1)
|
||||
scrollx = -scrollx;
|
||||
scrolly = -scrolly;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user