aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-04 23:16:56 +0200
committerEugene Sandulenko2014-01-05 00:53:30 +0200
commitd1ba9ef26aa4cea884a3926f8a2874e7fe930d23 (patch)
treeb79d06802ad6a24dc38bf5dcefa89453e9cde1d2 /engines/fullpipe/motion.h
parentc174883e0559e4c7e0f26f3e024bc255f6dfefde (diff)
downloadscummvm-rg350-d1ba9ef26aa4cea884a3926f8a2874e7fe930d23.tar.gz
scummvm-rg350-d1ba9ef26aa4cea884a3926f8a2874e7fe930d23.tar.bz2
scummvm-rg350-d1ba9ef26aa4cea884a3926f8a2874e7fe930d23.zip
FULLPIPE: Rename in MovInfo1 struct
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 713cafd139..cecde70775 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -374,7 +374,7 @@ struct MovInfo1Sub {
};
struct MovInfo1 {
- int field_0;
+ int index;
Common::Point pt1;
Common::Point pt2;
int distance1;