aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
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.h
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.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index d94d4364c3..7aaca0ac7a 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -152,7 +152,7 @@ public:
AdjustBoxResult adjustXYToBeInBox(int dstX, int dstY, int pathfrom);
void setDirection(int direction);
- void factToObject(int obj);
+ void faceToObject(int obj);
void turnToDirection(int newdir);
void walkActor();
void drawActorCostume();