From 5e3bbb815614053ff56af5674588a6658f2384d9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 8 Dec 2013 15:25:47 +0200 Subject: FULLPIPE: Some renames in MctlLadder --- engines/fullpipe/motion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/fullpipe/motion.h') diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index 5988b71d15..5842b296da 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -180,10 +180,10 @@ struct MctlLadderMovement { class MctlLadder : public MotionController { public: int _objId; - int _ladder_field_10; + int _ladderY; int _ladder_field_14; int _ladder_field_18; - int _ladder_field_1C; + int _height; int _ladder_field_20; int _ladder_field_24; Common::List _movements; -- cgit v1.2.3