aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/background.h
diff options
context:
space:
mode:
authorStrangerke2013-09-30 07:22:59 +0200
committerStrangerke2013-09-30 07:22:59 +0200
commitc2da192e7f9bf836e3abd9e87ab155be9a490770 (patch)
tree765c197ba87e1944da2af3f8a9f0088889ab803a /engines/avalanche/background.h
parentec41600795716c610a11e0556f5ea60dee3d7015 (diff)
downloadscummvm-rg350-c2da192e7f9bf836e3abd9e87ab155be9a490770.tar.gz
scummvm-rg350-c2da192e7f9bf836e3abd9e87ab155be9a490770.tar.bz2
scummvm-rg350-c2da192e7f9bf836e3abd9e87ab155be9a490770.zip
AVALANCHE: Remove bytefields, which are set but never used
Diffstat (limited to 'engines/avalanche/background.h')
-rw-r--r--engines/avalanche/background.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/avalanche/background.h b/engines/avalanche/background.h
index 1ce70e858c..36bb1d486e 100644
--- a/engines/avalanche/background.h
+++ b/engines/avalanche/background.h
@@ -69,7 +69,6 @@ private:
int32 _offsets[40];
byte _spriteNum;
SpriteType _sprites[40];
- ByteField _r;
Common::String _filename;
static const int16 kOnDisk; // Value of _sprites[fv]._x when it's not in memory.