[Scummvm-cvs-logs] scummvm master -> 54990228668c438d3fa5823af704a8edbce6e1f9

wjp wjp at usecode.org
Sat May 18 16:47:55 CEST 2013


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:
5499022866 HOPKINS: Remove left-over assignment


Commit: 54990228668c438d3fa5823af704a8edbce6e1f9
    https://github.com/scummvm/scummvm/commit/54990228668c438d3fa5823af704a8edbce6e1f9
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2013-05-18T07:46:05-07:00

Commit Message:
HOPKINS: Remove left-over assignment

This should have been removed in 2743da58542 .

Changed paths:
    engines/hopkins/lines.cpp



diff --git a/engines/hopkins/lines.cpp b/engines/hopkins/lines.cpp
index 767b599..aa708fd 100644
--- a/engines/hopkins/lines.cpp
+++ b/engines/hopkins/lines.cpp
@@ -975,7 +975,6 @@ int LinesManager::computeRouteIdx(int lineIdx, int dataIdx, int fromX, int fromY
 
 		curX = destX;
 		int lineIdxLeft = -1;
-		loopCond = false;
 		do {
 			--curX;
 			if (checkCollisionLine(curX, destY, &foundDataIdx, &foundLineIdx, startLineIdx, endLineIdx)) {






More information about the Scummvm-git-logs mailing list