aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-24 15:15:38 +0000
committerMartin Kiewitz2010-07-24 15:15:38 +0000
commit2047e75d2b3ac553acd54e31fd9725d6821668ae (patch)
tree1fb9687d78408b6dd7af7c5cbfe8fc824b2d7f01 /engines/sci/graphics/view.h
parent5a5f8387addfc15d5b1f755b89e45ab046653742 (diff)
downloadscummvm-rg350-2047e75d2b3ac553acd54e31fd9725d6821668ae.tar.gz
scummvm-rg350-2047e75d2b3ac553acd54e31fd9725d6821668ae.tar.bz2
scummvm-rg350-2047e75d2b3ac553acd54e31fd9725d6821668ae.zip
SCI: kCelWide/kCelHigh now adjust on hires views
somewhat fixes gk1 hires inventory issue svn-id: r51245
Diffstat (limited to 'engines/sci/graphics/view.h')
-rw-r--r--engines/sci/graphics/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/view.h b/engines/sci/graphics/view.h
index 6eb1830b99..bcfae8a112 100644
--- a/engines/sci/graphics/view.h
+++ b/engines/sci/graphics/view.h
@@ -30,6 +30,7 @@ namespace Sci {
struct CelInfo {
int16 width, height;
+ int16 scriptWidth, scriptHeight;
int16 displaceX;
int16 displaceY;
byte clearKey;