Removed unused variable.

svn-id: r16439
This commit is contained in:
Torbjörn Andersson 2005-01-06 10:48:53 +00:00
parent c93c1cab8f
commit 7da6fd64e0

View File

@ -1309,7 +1309,6 @@ void Actor::abortSpeech() {
void Actor::findActorPath(ActorData *actor, const Point &fromPoint, const Point &toPoint) {
Point iteratorPoint;
Point bestPoint;
Point maskPoint;
int maskType;
int cellValue;
int i;