fix windows compiling

This commit is contained in:
zeromus 2015-06-14 21:07:45 +00:00
parent c7cbf47472
commit ccf2e76c32
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ LRESULT OamView_OnPaint(HWND hwnd, oamview_struct *win, WPARAM wParam, LPARAM lP
for(i = 0; i < 192; ++i)
{
copy.currLine = i;
copy.spriteRender((u8*)(bitmap + i*256), bitmap_alpha + i*256, type + i*256, prio + i*256);
copy.spriteRender((u16*)(bitmap + i*256), bitmap_alpha + i*256, type + i*256, prio + i*256);
}
u32 width = dimm_int[(oam->attr1>>14)][(oam->attr0>>14)][0];