diff options
author | Max Horn | 2002-12-16 01:25:55 +0000 |
---|---|---|
committer | Max Horn | 2002-12-16 01:25:55 +0000 |
commit | 48a9679c1934ba3f6e861c3fbe20d6b7489c877e (patch) | |
tree | 12e71508ec53ab178a0c2a5ac95160b7124208e4 | |
parent | 54f3dc23a528d84f9eb22eededd79cd585f2d281 (diff) | |
download | scummvm-rg350-48a9679c1934ba3f6e861c3fbe20d6b7489c877e.tar.gz scummvm-rg350-48a9679c1934ba3f6e861c3fbe20d6b7489c877e.tar.bz2 scummvm-rg350-48a9679c1934ba3f6e861c3fbe20d6b7489c877e.zip |
forgot to remove _numLinesToProcess
svn-id: r5987
-rw-r--r-- | scumm/gfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h index e087555fc3..3573fe897f 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -124,7 +124,6 @@ protected: byte *_readPtr; bool _useOrDecompress; - int _numLinesToProcess; byte _currentX; byte _cursorActive; |