aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-15 21:57:38 +0000
committerMax Horn2003-05-15 21:57:38 +0000
commit8b419944eee013fe45909b15e0375531383dd25b (patch)
tree6114d61501ad0fcb38d801be0205c1f334f610f3 /scumm/actor.cpp
parent73e086fe625663a04f1b34c372ec93de440231d1 (diff)
downloadscummvm-rg350-8b419944eee013fe45909b15e0375531383dd25b.tar.gz
scummvm-rg350-8b419944eee013fe45909b15e0375531383dd25b.tar.bz2
scummvm-rg350-8b419944eee013fe45909b15e0375531383dd25b.zip
ScummPoint -> ScummVM::Point
svn-id: r7543
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)