aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorJames Brown2003-04-20 17:11:13 +0000
committerJames Brown2003-04-20 17:11:13 +0000
commitfe0fc72e57665670349b2ef0d5067c74300fb875 (patch)
tree35082f4f5902572cdb9f848ae37290e24e3a3ec1 /scumm/actor.cpp
parentb5b625272b6dbf6f82d079dadf55a53398cd5bc5 (diff)
downloadscummvm-rg350-fe0fc72e57665670349b2ef0d5067c74300fb875.tar.gz
scummvm-rg350-fe0fc72e57665670349b2ef0d5067c74300fb875.tar.bz2
scummvm-rg350-fe0fc72e57665670349b2ef0d5067c74300fb875.zip
Pedantic stats-boosting typo fix :)
svn-id: r7039
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 7b38c06ea4..2a3a3bc2b2 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -722,7 +722,7 @@ void Actor::adjustActorPos() {
}
}
-void Actor::factToObject(int obj) {
+void Actor::faceToObject(int obj) {
int x2, y2, dir;
if (!isInCurrentRoom())