aboutsummaryrefslogtreecommitdiff
path: root/sword1/router.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/router.cpp')
-rw-r--r--sword1/router.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/router.cpp b/sword1/router.cpp
index cd2c2e5ed3..7ae4296140 100644
--- a/sword1/router.cpp
+++ b/sword1/router.cpp
@@ -75,7 +75,7 @@ int SwordRouter::routeFinder(int32 id, BsObject *mega, int32 x, int32 y, int32 t
frameInfo.slowOutFrames = 0;
}
int32 routeFlag = getRoute();
- int32 routeLength;
+ int32 routeLength = 0;
if (routeFlag == 1) {
// extract the route as nodes and the directions to go between each node
// route.X,route.Y and route.Dir now hold all the route infomation with
@@ -666,7 +666,7 @@ int32 SwordRouter::smoothestPath(uint16 startX, uint16 startY, uint16 startDir,
int32 DS;
int32 DD;
int32 temp;
- int32 steps;
+ int32 steps = 0;
int32 option;
int32 options;
int32 lastDir;