From fe0fc72e57665670349b2ef0d5067c74300fb875 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 20 Apr 2003 17:11:13 +0000 Subject: Pedantic stats-boosting typo fix :) svn-id: r7039 --- scumm/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/actor.h') 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(); -- cgit v1.2.3