mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +00:00
Removed unused variable.
svn-id: r16439
This commit is contained in:
parent
c93c1cab8f
commit
7da6fd64e0
@ -1309,7 +1309,6 @@ void Actor::abortSpeech() {
|
|||||||
void Actor::findActorPath(ActorData *actor, const Point &fromPoint, const Point &toPoint) {
|
void Actor::findActorPath(ActorData *actor, const Point &fromPoint, const Point &toPoint) {
|
||||||
Point iteratorPoint;
|
Point iteratorPoint;
|
||||||
Point bestPoint;
|
Point bestPoint;
|
||||||
Point maskPoint;
|
|
||||||
int maskType;
|
int maskType;
|
||||||
int cellValue;
|
int cellValue;
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user