aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.cpp
diff options
context:
space:
mode:
authorVincent Hamm2012-08-09 23:24:17 -0700
committerD G Turner2012-08-11 00:11:21 +0100
commitc6c7b16089517917da755b02683a17712ffa39a2 (patch)
tree1b463f14a44df87812787127098d120298d47817 /engines/cine/gfx.cpp
parent92b5ee0a48e7393220e7f89d58e241565e9d00af (diff)
downloadscummvm-rg350-c6c7b16089517917da755b02683a17712ffa39a2.tar.gz
scummvm-rg350-c6c7b16089517917da755b02683a17712ffa39a2.tar.bz2
scummvm-rg350-c6c7b16089517917da755b02683a17712ffa39a2.zip
CINE: Slight cleanup.
Diffstat (limited to 'engines/cine/gfx.cpp')
-rw-r--r--engines/cine/gfx.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp
index b22e57400d..742c6606b0 100644
--- a/engines/cine/gfx.cpp
+++ b/engines/cine/gfx.cpp
@@ -1225,7 +1225,6 @@ void OSRenderer::renderOverlay(const Common::List<overlay>::iterator &it) {
int len, idx, width, height;
ObjectStruct *obj;
AnimData *sprite;
- byte *mask;
byte color;
switch (it->type) {
@@ -1819,7 +1818,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;