aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index ea8f66d498..ee0e9ec921 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1400,7 +1400,7 @@ void Actor::walkActor() {
}
void Actor::walkActorOld() {
- ScummPoint gateLoc[5]; // Gate locations
+ ScummVM::Point gateLoc[5]; // Gate locations
int new_dir, next_box;
if (!moving)