aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-10 10:09:42 +0300
committerEugene Sandulenko2013-09-10 10:09:42 +0300
commitf628b7e20d48402be093e1b334a416a0f381f94c (patch)
treedf456c366e289474ee5f800025ea1457ed398861
parent1583ae66bf955d72f84ae793d6cc513fc97a2778 (diff)
downloadscummvm-rg350-f628b7e20d48402be093e1b334a416a0f381f94c.tar.gz
scummvm-rg350-f628b7e20d48402be093e1b334a416a0f381f94c.tar.bz2
scummvm-rg350-f628b7e20d48402be093e1b334a416a0f381f94c.zip
FULLPIPE: Remove unused class variable
-rw-r--r--engines/fullpipe/motion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index f110ac30df..89a98967fb 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -80,7 +80,6 @@ class CMovGraphNode : public CObject {
int _y;
int _distance;
int16 _field_10;
- int16 _field_12;
int _field_14;
public: