aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-25 00:11:04 +0300
committerEugene Sandulenko2016-07-25 00:11:04 +0300
commit53c0d28dd80f970b740c9d0782a7c4da2a0b9b6e (patch)
tree660eab7457162b223f04b37a529768fbb532c032 /engines/fullpipe/motion.h
parent27d29090d8ea626226af92e5a626b3d261ce5d59 (diff)
downloadscummvm-rg350-53c0d28dd80f970b740c9d0782a7c4da2a0b9b6e.tar.gz
scummvm-rg350-53c0d28dd80f970b740c9d0782a7c4da2a0b9b6e.tar.bz2
scummvm-rg350-53c0d28dd80f970b740c9d0782a7c4da2a0b9b6e.zip
FULLPIPE: Renames in MovGraph class
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index b8c3ff1f43..41860e32d0 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -302,7 +302,7 @@ public:
virtual MessageQueue *doWalkTo(StaticANIObject *subj, int xpos, int ypos, int fuzzyMatch, int staticsId);
virtual MessageQueue *method50(StaticANIObject *ani, MovArr *movarr, int staticsId);
- double calcDistance(Common::Point *point, MovGraphLink *link, int fuzzyMatch);
+ double putToLink(Common::Point *point, MovGraphLink *link, int fuzzyMatch);
void recalcLinkParams();
bool getNearestPoint(int unusedArg, Common::Point *p, MovArr *movarr);
MovGraphNode *calcOffset(int ox, int oy);