diff options
| author | Gregory Montoir | 2005-04-21 19:27:17 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2005-04-21 19:27:17 +0000 |
| commit | 8d768798497c22530d436f901b232b1b43a4d51c (patch) | |
| tree | c94e9770fe5056c9ffd270e8c988615df7b4b09c /scumm/intern.h | |
| parent | 97749a934ee97f229e7c111fc80042d550b34864 (diff) | |
| download | scummvm-rg350-8d768798497c22530d436f901b232b1b43a4d51c.tar.gz scummvm-rg350-8d768798497c22530d436f901b232b1b43a4d51c.tar.bz2 scummvm-rg350-8d768798497c22530d436f901b232b1b43a4d51c.zip | |
cleanup
svn-id: r17740
Diffstat (limited to 'scumm/intern.h')
| -rw-r--r-- | scumm/intern.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 7b73fa8e14..34288bfcbe 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -1002,9 +1002,8 @@ protected: uint8 *getHEPaletteIndex(int palSlot); int getHEPaletteColor(int palSlot, int color); - int getPaletteUnk1(int palSlot, int arg_4, int arg_8, int start, int end); - int getPaletteUnk2(int palSlot, int unk1, int unk2); - + int getHEPaletteSimilarColor(int palSlot, int red, int green, int start, int end); + int getHEPaletteColorComponent(int palSlot, int color, int component); void setHEPaletteColor(int palSlot, uint8 color, uint8 r, uint8 g, uint8 b); void setHEPaletteFromPtr(int palSlot, const uint8 *palData); void setHEPaletteFromCostume(int palSlot, int resId); |
