aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-28 15:59:46 +0300
committerEugene Sandulenko2013-09-28 15:59:46 +0300
commitac1be668d93a2cd83d8f20ff3fb7f8541ec878d7 (patch)
tree191e4b1420936eaadb2e70bd889f43b8abf36ce3 /engines/fullpipe/motion.h
parentdd7995958dd5d1efd59f86c27384fd1b58dfa098 (diff)
downloadscummvm-rg350-ac1be668d93a2cd83d8f20ff3fb7f8541ec878d7.tar.gz
scummvm-rg350-ac1be668d93a2cd83d8f20ff3fb7f8541ec878d7.tar.bz2
scummvm-rg350-ac1be668d93a2cd83d8f20ff3fb7f8541ec878d7.zip
FULLPIPE: Implement MovGraph2::initDirections()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 7cc20e392c..99d8d3eb79 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -204,7 +204,7 @@ class Movement;
struct MG2I {
int _movementId;
- Movement *_movement;
+ Movement *_mov;
int _mx;
int _my;
};
@@ -212,9 +212,9 @@ struct MG2I {
struct MovGraph2ItemSub {
int _staticsId2;
int _staticsId1;
- MG2I _field_8[3];
- MG2I _field_38[4];
- MG2I _field_78[4];
+ MG2I _walk[3];
+ MG2I _turn[4];
+ MG2I _turnS[4];
};
struct MovGraph2Item {