mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
(fix compile)
This commit is contained in:
parent
5f5d132a3c
commit
7405589ba4
@ -144,7 +144,7 @@ static SCREEN_UPDATE_IND16( lastbank )
|
||||
fx = vram[count+3] & 0x1;
|
||||
fy = vram[count+3] & 0x2;
|
||||
|
||||
drawgfx_transpen(bitmap,cliprect,gfx,spr_offs,col,0,fy,x,y,0);
|
||||
drawgfx_transpen(bitmap,cliprect,gfx,spr_offs,col,fx,fy,x,y,0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user