aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/anihandler.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-14 21:40:03 +0200
committerEugene Sandulenko2016-08-14 21:40:29 +0200
commit68508cb87e09ac1c6c5abffdb5a1f0d314cc9ff7 (patch)
tree452f6815664c6cae12a5da8905f4ee0971803342 /engines/fullpipe/anihandler.h
parent1bcec8bcd9089e481a8b137f7bad0002fd773ca6 (diff)
downloadscummvm-rg350-68508cb87e09ac1c6c5abffdb5a1f0d314cc9ff7.tar.gz
scummvm-rg350-68508cb87e09ac1c6c5abffdb5a1f0d314cc9ff7.tar.bz2
scummvm-rg350-68508cb87e09ac1c6c5abffdb5a1f0d314cc9ff7.zip
FULLPIPE: Renamed rest of the AniHandler class methods
Diffstat (limited to 'engines/fullpipe/anihandler.h')
-rw-r--r--engines/fullpipe/anihandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/fullpipe/anihandler.h b/engines/fullpipe/anihandler.h
index f0e535c428..ae16f91ba8 100644
--- a/engines/fullpipe/anihandler.h
+++ b/engines/fullpipe/anihandler.h
@@ -71,20 +71,20 @@ public:
Common::Array<MGMItem *> _items;
public:
- void clear();
+ void detachAllObjects();
void attachObject(int objId);
void resetData(int objId);
int getIndex(int objId);
MessageQueue *makeRunQueue(MakeQueueStruct *mkQueue);
- void updateAnimStatics(StaticANIObject *ani, int staticsId);
+ void putObjectToStatics(StaticANIObject *ani, int staticsId);
Common::Point *getTransitionSize(Common::Point *point, int aniId, int staticsId1, int staticsId2);
int getStaticsIndexById(int idx, int16 id);
int getStaticsIndex(int idx, Statics *st);
void clearVisitsList(int idx);
int seekWay(int idx, int st1idx, int st2idx, bool flip, bool flop);
- Common::Point *calcLength(Common::Point *point, Movement *mov, int x, int y, int *mult, int *len, int flag);
- ExCommand2 *buildExCommand2(Movement *mov, int objId, int x1, int y1, Common::Point *x2, Common::Point *y2, int len);
+ Common::Point *getNumCycles(Common::Point *point, Movement *mov, int x, int y, int *mult, int *len, int flag);
+ ExCommand2 *createCommand(Movement *mov, int objId, int x1, int y1, Common::Point *x2, Common::Point *y2, int len);
MessageQueue *makeQueue(StaticANIObject *ani, int staticsIndex, int staticsId, int *resStatId, Common::Point **pointArr);
int getFramesCount(int idx, int subIdx, int subOffset, int flag);
int getNumMovements(int objectId, int idx1, int idx2);