From 8c6b5168a14abfaec424fd033803ec1a6cc8bebc Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 8 Jan 2016 15:40:05 +0200 Subject: SCI: Make GfxPalette32 conform to out formatting guidelines We do not prepend underscores to private class functions --- engines/sci/graphics/palette32.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sci/graphics/palette32.h') diff --git a/engines/sci/graphics/palette32.h b/engines/sci/graphics/palette32.h index 87bebbb2fa..3432e4bfd2 100644 --- a/engines/sci/graphics/palette32.h +++ b/engines/sci/graphics/palette32.h @@ -85,9 +85,9 @@ namespace Sci { * a fatal error has occurred and the engine will display an error and then exit. */ bool _cycleMap[256]; - inline void _clearCycleMap(uint16 fromColor, uint16 numColorsToClear); - inline void _setCycleMap(uint16 fromColor, uint16 numColorsToClear); - inline PalCycler *_getCycler(uint16 fromColor); + inline void clearCycleMap(uint16 fromColor, uint16 numColorsToClear); + inline void setCycleMap(uint16 fromColor, uint16 numColorsToClear); + inline PalCycler *getCycler(uint16 fromColor); /** * The fade table records the expected intensity level of each pixel in the palette that will be displayed on -- cgit v1.2.3