aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-13 16:39:18 +0100
committerJohannes Schickel2011-02-14 17:08:32 +0100
commit81111e2d59ecb8aa2cc7a281c058f3e2b675d2a4 (patch)
tree848d39018100f450e3c73fca3e2801dc7e2ba2d6 /engines/made/screen.h
parent68b17128c12b1e47ba56c014fa38de5632b0a810 (diff)
downloadscummvm-rg350-81111e2d59ecb8aa2cc7a281c058f3e2b675d2a4.tar.gz
scummvm-rg350-81111e2d59ecb8aa2cc7a281c058f3e2b675d2a4.tar.bz2
scummvm-rg350-81111e2d59ecb8aa2cc7a281c058f3e2b675d2a4.zip
MADE: Adapt to setPalette RGBA->RGB change.
This change is not tested. It should work just fine though, since it just removes the RGB->RGBA conversion before calling setPalette.
Diffstat (limited to 'engines/made/screen.h')
-rw-r--r--engines/made/screen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/made/screen.h b/engines/made/screen.h
index c91704ef79..e9292240a1 100644
--- a/engines/made/screen.h
+++ b/engines/made/screen.h
@@ -200,7 +200,6 @@ protected:
bool _screenLock;
bool _paletteLock;
- byte *_screenPalette;
byte *_palette, *_newPalette;
int _paletteColorCount, _oldPaletteColorCount;
bool _paletteInitialized, _needPalette;