diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/draw-manager.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h index f5d6f5e808..122f96ea55 100644 --- a/engines/hdb/draw-manager.h +++ b/engines/hdb/draw-manager.h @@ -74,7 +74,17 @@ private: int _numTiles; TileLookup *_tLookupArray; uint16 _skyTiles[kMaxSkies]; + int _currentSky; // 0 if no Sky, 1+ for which Sky to use + struct { + bool active; + bool stayFaded; + bool isBlack; + int speed; + bool isFadeIn; + + int curStep; + } _fadeInfo; struct { int x, y, speed; |