CINE: Fix compile error caused by excess ;

This commit is contained in:
Travis Howell 2012-08-14 16:46:19 +10:00
parent c83e3d54f2
commit 54e6283cfa

View File

@ -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;