aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/background.h')
-rw-r--r--engines/avalanche/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/background.h b/engines/avalanche/background.h
index 915abb9f90..d38106d38f 100644
--- a/engines/avalanche/background.h
+++ b/engines/avalanche/background.h
@@ -71,7 +71,7 @@ private:
SpriteType _sprites[40];
ByteField _r;
Common::String _filename;
- static const int16 kOnDisk; // Value of memos[fv].x when it's not in memory.
+ static const int16 kOnDisk; // Value of _sprites[fv]._x when it's not in memory.
void drawSprite(int16 x, int16 y, SpriteType &sprite);
};