mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
CINE: Fix compile error caused by excess ;
This commit is contained in:
parent
c83e3d54f2
commit
54e6283cfa
@ -1823,7 +1823,7 @@ void OSRenderer::drawSprite(overlay *overlayPtr, const byte *spritePtr, int16 wi
|
||||
}
|
||||
|
||||
delete[] pMask;
|
||||
};
|
||||
}
|
||||
|
||||
void drawSpriteRaw2(const byte *spritePtr, byte transColor, int16 width, int16 height, byte *page, int16 x, int16 y) {
|
||||
int16 i, j;
|
||||
|
Loading…
x
Reference in New Issue
Block a user