From 4cae2b13e2acbd81e4b726f1e409c5615eda7967 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 6 Feb 2010 19:35:51 +0000 Subject: SCI: added plane coordinate adjustment code for sci32 when drawing pictures, put everything into GfxCoordAdjuster svn-id: r47939 --- engines/sci/graphics/paint32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/graphics/paint32.h') diff --git a/engines/sci/graphics/paint32.h b/engines/sci/graphics/paint32.h index 86b3f53ea4..f4d6340361 100644 --- a/engines/sci/graphics/paint32.h +++ b/engines/sci/graphics/paint32.h @@ -40,7 +40,7 @@ class GfxPorts; */ class GfxPaint32 : public GfxPaint { public: - GfxPaint32(ResourceManager *resMan, SegManager *segMan, Kernel *kernel, GfxCache *cache, GfxScreen *screen, GfxPalette *palette); + GfxPaint32(ResourceManager *resMan, SegManager *segMan, Kernel *kernel, GfxCoordAdjuster *coordAdjuster, GfxCache *cache, GfxScreen *screen, GfxPalette *palette); ~GfxPaint32(); void fillRect(Common::Rect rect, byte color); @@ -53,6 +53,7 @@ private: ResourceManager *_resMan; SegManager *_segMan; Kernel *_kernel; + GfxCoordAdjuster *_coordAdjuster; GfxCache *_cache; GfxScreen *_screen; GfxPalette *_palette; -- cgit v1.2.3