(fix compile)

This commit is contained in:
Michaël Banaan Ananas 2012-07-19 20:28:12 +00:00
parent 5f5d132a3c
commit 7405589ba4

View File

@ -144,7 +144,7 @@ static SCREEN_UPDATE_IND16( lastbank )
fx = vram[count+3] & 0x1; fx = vram[count+3] & 0x1;
fy = vram[count+3] & 0x2; 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);
} }
} }