[Scummvm-cvs-logs] scummvm master -> 5b5fc3b0276bee0fd3d03a05eb2d49e3b670c049

eriktorbjorn eriktorbjorn at telia.com
Sun May 31 09:23:22 CEST 2015


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0b3d93af3f MADS: Remove unnecessary semicolon
5b5fc3b027 VOYEUR: Remove unnecessary semicolon


Commit: 0b3d93af3fe89c02e0fdb776c9faed700eacfdc5
    https://github.com/scummvm/scummvm/commit/0b3d93af3fe89c02e0fdb776c9faed700eacfdc5
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-05-31T09:21:23+02:00

Commit Message:
MADS: Remove unnecessary semicolon

Changed paths:
    engines/mads/palette.cpp



diff --git a/engines/mads/palette.cpp b/engines/mads/palette.cpp
index 36c9e56..7651fe8 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;


Commit: 5b5fc3b0276bee0fd3d03a05eb2d49e3b670c049
    https://github.com/scummvm/scummvm/commit/5b5fc3b0276bee0fd3d03a05eb2d49e3b670c049
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-05-31T09:21:47+02:00

Commit Message:
VOYEUR: Remove unnecessary semicolon

Changed paths:
    engines/voyeur/events.cpp



diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index 320c922..34ef507 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -76,7 +76,7 @@ EventsManager::EventsManager(VoyeurEngine *vm) : _intPtr(_gameData),
 
 	_leftClick = _rightClick = false;
 	_mouseClicked = _newMouseClicked = false;
-	_newLeftClick = _newRightClick = false;;
+	_newLeftClick = _newRightClick = false;
 
 	_videoDead = 0;
 






More information about the Scummvm-git-logs mailing list