[Scummvm-cvs-logs] scummvm master -> b67b39038bb307a7fd384f6ab985919c32f79d73

Strangerke Strangerke at scummvm.org
Thu Dec 24 00:14:18 CET 2015


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

Summary:
b67b39038b LAB: Remove duplicate code in a switch


Commit: b67b39038bb307a7fd384f6ab985919c32f79d73
    https://github.com/scummvm/scummvm/commit/b67b39038bb307a7fd384f6ab985919c32f79d73
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-24T00:08:41+01:00

Commit Message:
LAB: Remove duplicate code in a switch

Changed paths:
    engines/lab/anim.cpp



diff --git a/engines/lab/anim.cpp b/engines/lab/anim.cpp
index 5f469d8..2127e86 100644
--- a/engines/lab/anim.cpp
+++ b/engines/lab/anim.cpp
@@ -188,9 +188,6 @@ void Anim::diffNextFrame(bool onlyDiffData) {
 			break;
 
 		case 25:
-			_curBit++;
-			break;
-
 		case 26:
 			_curBit++;
 			break;






More information about the Scummvm-git-logs mailing list