aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-11-13 23:37:50 +0200
committerEugene Sandulenko2013-11-13 23:38:14 +0200
commitdf0e33a09c42980f397ed9869241c24d7e239487 (patch)
tree813252826a890ad522c649f9dfed32ade0b0740f /engines/fullpipe/motion.h
parent601e18023c0ea2c0b7829421bc361362d5945875 (diff)
downloadscummvm-rg350-df0e33a09c42980f397ed9869241c24d7e239487.tar.gz
scummvm-rg350-df0e33a09c42980f397ed9869241c24d7e239487.tar.bz2
scummvm-rg350-df0e33a09c42980f397ed9869241c24d7e239487.zip
FULLPIPE: MovGraph2::buildMovInfo1MessageQueue() implementation con't
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 b79e66decb..0df520ce4a 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -306,7 +306,7 @@ struct MovInfo1 {
struct MovGraph2Item {
int _objectId;
StaticANIObject *_obj;
- MovGraph2ItemSub _subItems[4];
+ MovGraph2ItemSub _subItems[4]; // 184
};
class MovGraph2 : public MovGraph {