mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Compile fix for MSVC.
This commit is contained in:
parent
e9c099ef71
commit
0f5d57d29c
@ -46,7 +46,7 @@ static void suprnova_draw_roz(bitmap_t* bitmap, bitmap_t* bitmapflags, const rec
|
||||
int ey;
|
||||
UINT16 *dest;
|
||||
UINT8* destflags;
|
||||
UINT8 *pri;
|
||||
// UINT8 *pri;
|
||||
//const UINT16 *src;
|
||||
//const UINT8 *maskptr;
|
||||
//int destadvance = destbitmap->bpp / 8;
|
||||
@ -98,7 +98,7 @@ static void suprnova_draw_roz(bitmap_t* bitmap, bitmap_t* bitmapflags, const rec
|
||||
x++;
|
||||
dest++;
|
||||
destflags++;
|
||||
pri++;
|
||||
// pri++;
|
||||
}
|
||||
|
||||
/* advance in Y */
|
||||
|
Loading…
Reference in New Issue
Block a user