aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 5dc5bcaa1b..9dab75e774 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -689,7 +689,7 @@ bool Actor::actorWalkTo(uint16 actorId, const ActorLocation &toLocation) {
//todo: it
}
{
- Point pointFrom, pointTo, pointBest;
+ Point pointFrom, pointTo;
pointFrom.x = actor->location.x / ACTOR_LMULT;
pointFrom.y = actor->location.y / ACTOR_LMULT;