diff options
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r-- | engines/hdb/gfx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h index e384ac96f0..d0d9681200 100644 --- a/engines/hdb/gfx.h +++ b/engines/hdb/gfx.h @@ -208,6 +208,8 @@ private: int xvindex[MAX_SNOW]; } _snowInfo; + int _snowXVList[13] = {0, -1, -1, -2, -2, -1, 0, 0, 0, -1, -2, -1, 0}; + struct { int x, y, speed; uint16 color; @@ -222,6 +224,7 @@ private: int _tileSkyStarsLeft; // Left-scrolling stars, slow int _tileSkyClouds; // Index of sky_stars tile Picture *_starField[4]; + Picture *_snowflake; Picture *_skyClouds; struct { |