aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-05-07 18:44:34 +0000
committerJames Brown2002-05-07 18:44:34 +0000
commit705f3040047eec9a2e8617b975704cea3e1e19aa (patch)
tree6e6c592d7afa938182faed0ba7926838e27d718d /scumm.h
parente2df4d2b3bfc9fc9f6b3e6de2d5c02ff3178022b (diff)
downloadscummvm-rg350-705f3040047eec9a2e8617b975704cea3e1e19aa.tar.gz
scummvm-rg350-705f3040047eec9a2e8617b975704cea3e1e19aa.tar.bz2
scummvm-rg350-705f3040047eec9a2e8617b975704cea3e1e19aa.zip
Beginning of support for multiple resolutions.
Makes Zak256 inventory scrolling work. svn-id: r4227
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h5
1 files changed, 3 insertions, 2 deletions
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