aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-04-30 20:38:41 +1000
committerPaul Gilbert2011-04-30 20:38:41 +1000
commitd673fbc6a84358840d5f91774aea9fe48b4477f6 (patch)
tree8ca461cbd9a3aa77d1127917013235cdf00dba4e /engines/tsage/core.cpp
parent9f37451e014e7f0312051f20196facd10a9e1ce6 (diff)
downloadscummvm-rg350-d673fbc6a84358840d5f91774aea9fe48b4477f6.tar.gz
scummvm-rg350-d673fbc6a84358840d5f91774aea9fe48b4477f6.tar.bz2
scummvm-rg350-d673fbc6a84358840d5f91774aea9fe48b4477f6.zip
TSAGE: Silenced compiler warnings
Diffstat (limited to 'engines/tsage/core.cpp')
-rw-r--r--engines/tsage/core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index 2144dd1cb4..3196499fa1 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -557,7 +557,6 @@ void PlayerMover::pathfind(Common::Point *routeList, Common::Point srcPos, Commo
} while (routeRegions[++idx] != destRegion);
tempList[idx] = 1;
- idx = 0;
for (int listIndex = 1; listIndex <= endIndex; ++listIndex) {
int var10 = tempList[listIndex];
int var12 = tempList[listIndex + 1];