From 3c9a5f02d2555dec0b2e2192a6ae96a224f05d50 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 31 May 2015 09:21:23 +0200 Subject: MADS: Remove unnecessary semicolon --- engines/mads/palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mads/palette.cpp b/engines/mads/palette.cpp index 36c9e5694f..7651fe8e65 100644 --- a/engines/mads/palette.cpp +++ b/engines/mads/palette.cpp @@ -497,7 +497,7 @@ void Fader::fadeIn(byte palette[PALETTE_SIZE], byte destPalette[PALETTE_SIZE], int baseColor, int numColors, int baseGrey, int numGreys, int tickDelay, int steps) { GreyEntry map[PALETTE_COUNT]; - byte tempPal[PALETTE_SIZE];; + byte tempPal[PALETTE_SIZE]; int8 signs[PALETTE_COUNT][3]; byte palIndex[PALETTE_COUNT][3]; int intensity; -- cgit v1.2.3