diff --git a/scumm/scumm.h b/scumm/scumm.h index d1ae4d498cc..729c9039106 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -900,9 +900,11 @@ public: protected: /* Should be in Graphics class? */ uint16 _screenB, _screenH; -#ifdef V7_SMOOTH_SCROLLING_HACK + +//#ifdef V7_SMOOTH_SCROLLING_HACK +//(see gfx.cpp line 1222) public: // HACK HACK HACK -#endif +//#endif int _roomHeight, _roomWidth; public: int _screenHeight, _screenWidth;