aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-06-30 15:44:26 +0000
committerMartin Kiewitz2010-06-30 15:44:26 +0000
commit1287e6f252296d4c3fef58b080c4ae2fdef40a73 (patch)
treeb05e4d9f127470b26589a1f2cd2b8f51104e4206 /engines/sci/graphics/screen.h
parentbcc010a56e6e58baf1f19f829802e1dbaad83f60 (diff)
downloadscummvm-rg350-1287e6f252296d4c3fef58b080c4ae2fdef40a73.tar.gz
scummvm-rg350-1287e6f252296d4c3fef58b080c4ae2fdef40a73.tar.bz2
scummvm-rg350-1287e6f252296d4c3fef58b080c4ae2fdef40a73.zip
SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots in gk1
svn-id: r50536
Diffstat (limited to 'engines/sci/graphics/screen.h')
-rw-r--r--engines/sci/graphics/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/screen.h b/engines/sci/graphics/screen.h
index 03dfd3529c..113cf911a6 100644
--- a/engines/sci/graphics/screen.h
+++ b/engines/sci/graphics/screen.h
@@ -112,6 +112,7 @@ public:
void scale2x(const byte *src, byte *dst, int16 srcWidth, int16 srcHeight);
void adjustToUpscaledCoordinates(int16 &y, int16 &x);
+ void adjustBackUpscaledCoordinates(int16 &y, int16 &x);
void dither(bool addToFlag);
void debugUnditherSetState(bool flag);