From bea93f3441154197a8f599912a1102ac11688d7f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 7 Aug 2014 09:23:31 -0400 Subject: ACCESS: Implemented setupRoom method --- engines/access/screen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/access/screen.h') diff --git a/engines/access/screen.h b/engines/access/screen.h index 57d773504f..c32ae18e82 100644 --- a/engines/access/screen.h +++ b/engines/access/screen.h @@ -58,6 +58,9 @@ public: bool _scrollFlag; int _scrollThreshold; int _startColor, _numColors; + Common::Point _vWindowSize; + int _scrollX, _scrollY; + int _scrollCol, _scrollRow; public: Screen(AccessEngine *vm); -- cgit v1.2.3