aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index d1ae4d498c..729c903910 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;