aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-05-18 16:45:51 +0200
committerWillem Jan Palenstijn2013-05-18 16:46:05 +0200
commit54990228668c438d3fa5823af704a8edbce6e1f9 (patch)
tree200bb8035114d7b8a4dd8f5223943ec72248cd1e /engines
parent80e3002105dc992d45b04070da32a4a47d187db1 (diff)
downloadscummvm-rg350-54990228668c438d3fa5823af704a8edbce6e1f9.tar.gz
scummvm-rg350-54990228668c438d3fa5823af704a8edbce6e1f9.tar.bz2
scummvm-rg350-54990228668c438d3fa5823af704a8edbce6e1f9.zip
HOPKINS: Remove left-over assignment
This should have been removed in 2743da58542 .
Diffstat (limited to 'engines')
-rw-r--r--engines/hopkins/lines.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/lines.cpp b/engines/hopkins/lines.cpp
index 767b599d68..aa708fdfb2 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)) {