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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword1/screen.h b/engines/sword1/screen.h
index 8a9f9bcc92..42aa77b3dc 100644
--- a/engines/sword1/screen.h
+++ b/engines/sword1/screen.h
@@ -144,6 +144,8 @@ private:
bool _updatePalette;
uint16 _oldScrollX, _oldScrollY; // for drawing additional frames
+ uint8 *_extPlxCache; // Cache used for external PLX file in PSX version
+
uint32 _foreList[MAX_FORE];
uint32 _backList[MAX_BACK];
SortSpr _sortList[MAX_SORT];