mainsnk.cpp: fixed flip screen for canvas (nw)
This commit is contained in:
parent
ee3bd58b75
commit
46b3de41f5
@ -146,7 +146,7 @@ void mainsnk_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect
|
|||||||
if (flip_screen())
|
if (flip_screen())
|
||||||
{
|
{
|
||||||
sx = 288-16 - sx;
|
sx = 288-16 - sx;
|
||||||
sy = 224-16 - sy;
|
sy = 224+8-16 - sy;
|
||||||
flipx = !flipx;
|
flipx = !flipx;
|
||||||
flipy = !flipy;
|
flipy = !flipy;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user