diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index b0ca63b037..d1ae4d498c 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -900,6 +900,9 @@ public: protected: /* Should be in Graphics class? */ uint16 _screenB, _screenH; +#ifdef V7_SMOOTH_SCROLLING_HACK +public: // HACK HACK HACK +#endif int _roomHeight, _roomWidth; public: int _screenHeight, _screenWidth; |