aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/interface.h')
-rw-r--r--engines/saga/interface.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/saga/interface.h b/engines/saga/interface.h
index f6e147bc3e..942c0f9849 100644
--- a/engines/saga/interface.h
+++ b/engines/saga/interface.h
@@ -94,8 +94,7 @@ enum FadeModes {
struct InterfacePanel {
int x;
int y;
- byte *image;
- size_t imageLength;
+ ByteArray image;
int imageWidth;
int imageHeight;
@@ -106,8 +105,6 @@ struct InterfacePanel {
InterfacePanel() {
x = y = 0;
- image = NULL;
- imageLength = 0;
imageWidth = imageHeight = 0;
currentButton = NULL;
buttonsCount = 0;