aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/screen.h')
-rw-r--r--engines/sword1/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword1/screen.h b/engines/sword1/screen.h
index f9cf9b7179..b115408120 100644
--- a/engines/sword1/screen.h
+++ b/engines/sword1/screen.h
@@ -137,6 +137,7 @@ private:
uint8 _rleBuffer[RLE_BUFFER_SIZE];
uint8 _shrinkBuffer[SHRINK_BUFFER_SIZE];
bool _fullRefresh;
+ bool _updatePalette;
uint16 _oldScrollX, _oldScrollY; // for drawing additional frames
uint32 _foreList[MAX_FORE];