From 1287e6f252296d4c3fef58b080c4ae2fdef40a73 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Wed, 30 Jun 2010 15:44:26 +0000 Subject: SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots in gk1 svn-id: r50536 --- engines/sci/graphics/screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics/screen.h') 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); -- cgit v1.2.3