Skip to content

Commit

Permalink
CINE: Fix compile error caused by excess ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Howell committed Aug 14, 2012
1 parent c83e3d5 commit 54e6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/cine/gfx.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 54e6283

Please sign in to comment.