aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 3519146224..a7288c2755 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -472,6 +472,7 @@ protected:
uint8 _displayPalette[1024];
byte _videoBuf1[3000];
+ uint16 _videoWindows[128];
VgaTimerEntry _vgaTimerList[205];
@@ -1241,7 +1242,7 @@ protected:
byte *getBackGround();
byte *getScaleBuf();
- void convertAmiga(byte *srcBuf, int32 flength);
+ void convertAmiga(byte *srcBuf, int32 fileSize);
void loadVGAFile(uint id, uint type);
void loadSimonVGAFile(uint id);