aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-19 04:12:49 +0000
committerTravis Howell2005-04-19 04:12:49 +0000
commitb916eb19759d85cff90282078a0792b8355e941f (patch)
tree243a4bfd5006cae7a850680e98e9d5383d3b49a9 /scumm/scumm.h
parent50af78f93da6766cff8a426b6574d80f82ce3bcc (diff)
downloadscummvm-rg350-b916eb19759d85cff90282078a0792b8355e941f.tar.gz
scummvm-rg350-b916eb19759d85cff90282078a0792b8355e941f.tar.bz2
scummvm-rg350-b916eb19759d85cff90282078a0792b8355e941f.zip
Add some palette different in HE80+ games.
svn-id: r17674
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 4935af2ada..069ad819c9 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1095,6 +1095,7 @@ public:
protected:
int _shadowPaletteSize;
byte _currentPalette[3 * 256];
+ byte _darkenPalette[3 * 256];
int _palDirtyMin, _palDirtyMax;