aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-01 11:24:14 +0300
committerEugene Sandulenko2014-06-01 16:49:41 +0300
commit913947c2477264860339596128eae5b2a11c20e8 (patch)
treeb8deb4de76a3743bad4e898275a1435670b1951b /engines/fullpipe/motion.h
parent7ab00631dd09fc9822b41b81fb53e06aeac0d5e4 (diff)
downloadscummvm-rg350-913947c2477264860339596128eae5b2a11c20e8.tar.gz
scummvm-rg350-913947c2477264860339596128eae5b2a11c20e8.tar.bz2
scummvm-rg350-913947c2477264860339596128eae5b2a11c20e8.zip
FULLPIPE: Rename class variable to avoid confusion
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 2b40791340..b7e96f61be 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -210,7 +210,7 @@ public:
int _height;
int _ladder_field_20;
int _ladder_field_24;
- Common::List<MctlLadderMovement *> _movements;
+ Common::List<MctlLadderMovement *> _ladmovements;
MGM _mgm;
public: