From db32aebfa064745652fc2bf7dff5992f3754d66a Mon Sep 17 00:00:00 2001 From: Andrew Kurushin Date: Fri, 24 Dec 2004 21:16:24 +0000 Subject: - compile error fix svn-id: r16300 --- saga/actor.cpp | 1 - saga/interface.cpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'saga') 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); diff --git a/saga/interface.cpp b/saga/interface.cpp index b951d4203b..d8111d135d 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -555,7 +555,7 @@ int Interface::handleCommandUpdate(SURFACE *ds, const Point& imousePt) { } int Interface::handlePlayfieldClick(SURFACE *ds, const Point& imousePt) { - return FALSE; + return SUCCESS; /* int objectNum; uint16 object_flags = 0; @@ -598,7 +598,7 @@ int Interface::handlePlayfieldClick(SURFACE *ds, const Point& imousePt) { } int Interface::handlePlayfieldUpdate(SURFACE *ds, const Point& imousePt) { - return FALSE; + return SUCCESS; /* const char *object_name; int objectNum; -- cgit v1.2.3