aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/background.h
diff options
context:
space:
mode:
authoruruk2014-02-04 12:07:05 +0100
committeruruk2014-02-04 12:07:05 +0100
commit81992bf6169b20762236894e58188e28decf6e2e (patch)
treebb8b3fe8c354d7128ad13e85781426908e09c8ba /engines/avalanche/background.h
parenta0e28107d38004c03403177c4e3d962c80c66aa2 (diff)
downloadscummvm-rg350-81992bf6169b20762236894e58188e28decf6e2e.tar.gz
scummvm-rg350-81992bf6169b20762236894e58188e28decf6e2e.tar.bz2
scummvm-rg350-81992bf6169b20762236894e58188e28decf6e2e.zip
AVALANCHE: Some renaming in Background.
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 34d7a9a2cc..67020c861d 100644
--- a/engines/avalanche/background.h
+++ b/engines/avalanche/background.h
@@ -40,7 +40,7 @@ enum PictureType {kEga, kBgi, kNaturalImage};
struct SpriteType {
PictureType _type;
int16 _x, _y;
- int16 _xl, _yl;
+ int16 _width, _height;
int32 _size;
Graphics::Surface _picture;
};