diff options
author | Eugene Sandulenko | 2013-09-10 10:09:42 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-10 10:09:42 +0300 |
commit | f628b7e20d48402be093e1b334a416a0f381f94c (patch) | |
tree | df456c366e289474ee5f800025ea1457ed398861 /engines/fullpipe | |
parent | 1583ae66bf955d72f84ae793d6cc513fc97a2778 (diff) | |
download | scummvm-rg350-f628b7e20d48402be093e1b334a416a0f381f94c.tar.gz scummvm-rg350-f628b7e20d48402be093e1b334a416a0f381f94c.tar.bz2 scummvm-rg350-f628b7e20d48402be093e1b334a416a0f381f94c.zip |
FULLPIPE: Remove unused class variable
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/motion.h | 1 |
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: |