aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/palette.h')
-rw-r--r--engines/mads/palette.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/mads/palette.h b/engines/mads/palette.h
index 83e406a229..a7c3285aa3 100644
--- a/engines/mads/palette.h
+++ b/engines/mads/palette.h
@@ -62,6 +62,8 @@ private:
void prioritizeFromList(int lst[3]);
int getGamePalFreeIndex(int *palIndex);
+
+ int rgbFactor(byte *palEntry, RGB6 &pal6);
public:
/**
* Constructor
@@ -128,7 +130,7 @@ protected:
public:
byte _mainPalette[PALETTE_SIZE];
byte _savedPalette[PALETTE_SIZE];
- RGB4 _gamePalette[PALETTE_COUNT];
+ uint32 _gamePalette[PALETTE_COUNT];
PaletteUsage _paletteUsage;
RGBList _rgbList;
int _v1;