From c28a5733e0911f071f02f3d14aec0dfe53f1aa05 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 4 Aug 2016 19:19:06 -0500 Subject: SCI32: Fix GfxFrameout::_isHiRes flag to be accurate for all games --- engines/sci/graphics/frameout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/graphics/frameout.h') diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h index 42f1d80101..012ecf9e64 100644 --- a/engines/sci/graphics/frameout.h +++ b/engines/sci/graphics/frameout.h @@ -41,7 +41,6 @@ struct PlaneShowStyle; */ class GfxFrameout { private: - bool _isHiRes; GfxCoordAdjuster32 *_coordAdjuster; GfxPalette32 *_palette; ResourceManager *_resMan; @@ -309,6 +308,8 @@ private: } public: + bool _isHiRes; + /** * Whether palMorphFrameOut should be used instead of * frameOut for rendering. Used by kMorphOn to -- cgit v1.2.3