diff options
author | Travis Howell | 2006-04-09 04:53:31 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-09 04:53:31 +0000 |
commit | 202406e31be0d491ed6c44ecf024c8db012d09d9 (patch) | |
tree | 3fca394f02715467b79e9883e1007acc407da266 /engines/simon/simon.h | |
parent | a74fcf7ceebf9f5f5233858861a23d3d88cdc2a5 (diff) | |
download | scummvm-rg350-202406e31be0d491ed6c44ecf024c8db012d09d9.tar.gz scummvm-rg350-202406e31be0d491ed6c44ecf024c8db012d09d9.tar.bz2 scummvm-rg350-202406e31be0d491ed6c44ecf024c8db012d09d9.zip |
Add centreScroll() for FF and hyperbox code differences in FF.
svn-id: r21712
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index 25911adaed..7722484ca1 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -67,6 +67,7 @@ struct HitArea { uint16 width, height; uint16 flags; uint16 id; + uint16 data; WindowBlock *window; Item *item_ptr; uint16 verb; @@ -1015,6 +1016,7 @@ protected: int getScale(int y, int x); void checkScrollX(int x, int xpos); void checkScrollY(int y, int ypos); + void centreScroll(); bool itemIsSiblingOf(uint16 val); bool itemIsParentOf(uint16 a, uint16 b); |