aboutsummaryrefslogtreecommitdiff
path: root/sky/screen.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-07-10 20:09:19 +0000
committerRobert Göffringmann2003-07-10 20:09:19 +0000
commitb3247c5e5f25eff2fda7b53068cb6a28d8ba79cf (patch)
treec4a96c2258104744640023d6f78a20f3f74b856c /sky/screen.h
parent71ca768c675ec1dc1700e5709bf5b7b55619023e (diff)
downloadscummvm-rg350-b3247c5e5f25eff2fda7b53068cb6a28d8ba79cf.tar.gz
scummvm-rg350-b3247c5e5f25eff2fda7b53068cb6a28d8ba79cf.tar.bz2
scummvm-rg350-b3247c5e5f25eff2fda7b53068cb6a28d8ba79cf.zip
fixed endian specific palette bugs for restarting game and control panel
svn-id: r8899
Diffstat (limited to 'sky/screen.h')
-rw-r--r--sky/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/screen.h b/sky/screen.h
index 8b76de246b..a1116b2afd 100644
--- a/sky/screen.h
+++ b/sky/screen.h
@@ -52,6 +52,7 @@ public:
SkyScreen(OSystem *pSystem, SkyDisk *pDisk);
~SkyScreen(void);
void setPalette(uint8 *pal);
+ void setPaletteEndian(uint8 *pal);
void setPalette(uint16 fileNum);
void paletteFadeUp(uint8 *pal);
void paletteFadeUp(uint16 fileNr);