aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actor.cpp')
-rw-r--r--saga/actor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index e8542628dc..69b6f06e09 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -636,7 +636,6 @@ void Actor::StoA(Point &actorPoint, const Point &screenPoint) {
}
bool Actor::actorWalkTo(uint16 actorId, const ActorLocation &actorLocation) {
- BOOL result = TRUE;
ActorData *actor;
actor = getActor(actorId);