aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index d32682e5bb..5d61c1da40 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -229,7 +229,7 @@ protected:
byte _C64MaskMap[4096], _C64MaskChar[4096];
bool _C64ObjectMode;
- byte _NESPatTable[4096], _NESNametable[16][64], _NESAttributes[64], _NESPalette[16];
+ byte _NESNametable[16][64], _NESAttributes[64];
byte _NESBaseTiles;
byte _NESNametableObj[16][64];
int _NESObj_x;