mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
Fix compilation.
svn-id: r15271
This commit is contained in:
parent
972846017c
commit
5c146947cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user