From ea52dc498c4b079b52ec507f46ed502b015e0310 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 11 Mar 2016 07:22:01 +0200 Subject: SCI32: More work on remapping applyRemap() has been implemented now, however the end effect is still not visible --- engines/sci/graphics/palette32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics/palette32.h') diff --git a/engines/sci/graphics/palette32.h b/engines/sci/graphics/palette32.h index b8388d11ea..a5450776dc 100644 --- a/engines/sci/graphics/palette32.h +++ b/engines/sci/graphics/palette32.h @@ -257,6 +257,7 @@ public: void cycleAllOff(); void applyAllCycles(); void applyCycles(); + const bool *getCyclemap() { return _cycleMap; } #pragma mark - #pragma mark Fading -- cgit v1.2.3