diff options
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r-- | engines/touche/touche.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 50a5c6e439..a074bb4492 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -781,7 +781,7 @@ protected: int _fullRedrawCounter; int _menuRedrawCounter; uint8 *_offscreenBuffer; - uint8 _paletteBuffer[256 * 4]; + uint8 _paletteBuffer[256 * 3]; Common::Rect _dirtyRectsTable[NUM_DIRTY_RECTS]; int _dirtyRectsTableCount; |