popeye: fixed popeye background scrolling when screen is flipped [smf]

This commit is contained in:
smf- 2018-01-12 19:01:36 +00:00
parent fa469fe16c
commit 4b52255746

View File

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