From 705f3040047eec9a2e8617b975704cea3e1e19aa Mon Sep 17 00:00:00 2001 From: James Brown Date: Tue, 7 May 2002 18:44:34 +0000 Subject: Beginning of support for multiple resolutions. Makes Zak256 inventory scrolling work. svn-id: r4227 --- scumm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index b5755e104d..cf96b79487 100644 --- a/scumm.h +++ b/scumm.h @@ -931,7 +931,8 @@ public: /* Should be in Verb class */ - uint16 _verbMouseOver; + uint16 _verbMouseOver; + int _inventoryOffset; void redrawVerbs(); void checkExecVerbs(); void verbMouseOver(int verb); @@ -1129,7 +1130,7 @@ public: /* Should be in Graphics class? */ uint16 _screenB, _screenH; - int _scrHeight, _scrWidth; + int _scrHeight, _scrWidth, _realHeight, _realWidth; VirtScreen virtscr[4]; // Virtual screen areas CameraData camera; // 'Camera' - viewport ColorCycle _colorCycle[16]; // Palette cycles -- cgit v1.2.3