aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-08-04 02:53:50 +0000
committerMax Horn2002-08-04 02:53:50 +0000
commit8779d00789258b1cf90be703540efd62aa50dd1d (patch)
tree104d552c882d8f2958b83fd4d62466b3353337ea /scumm.h
parent77daed66eae0e1526c1aee7558a2b08250f6bd78 (diff)
downloadscummvm-rg350-8779d00789258b1cf90be703540efd62aa50dd1d.tar.gz
scummvm-rg350-8779d00789258b1cf90be703540efd62aa50dd1d.tar.bz2
scummvm-rg350-8779d00789258b1cf90be703540efd62aa50dd1d.zip
workaround for bug #558236; renamed actorAnimate to animateCostume (to distinguish it a bit from animateActor); removed Scumm::animateActor
svn-id: r4695
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 6da4edd985..627081652f 100644
--- a/scumm.h
+++ b/scumm.h
@@ -799,7 +799,6 @@ public:
void processActors();
int getActorFromPos(int x, int y);
void faceActorToObj(int act, int obj);
- void animateActor(int act, int anim);
void actorFollowCamera(int act);
bool isCostumeInUse(int i);