aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTravis Howell2007-02-08 23:37:17 +0000
committerTravis Howell2007-02-08 23:37:17 +0000
commitf8052bb650719b8a716e686e6a08ae75b513a903 (patch)
tree26e610e1f137d8987793e028dac55e03a6a7f190 /engines/agos/agos.h
parent956affd3d23cc8030775dc1a81984891a344d134 (diff)
downloadscummvm-rg350-f8052bb650719b8a716e686e6a08ae75b513a903.tar.gz
scummvm-rg350-f8052bb650719b8a716e686e6a08ae75b513a903.tar.bz2
scummvm-rg350-f8052bb650719b8a716e686e6a08ae75b513a903.zip
Convert planar images, only when required for drawing.
svn-id: r25433
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 48df0472f6..ad46fe572d 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -479,6 +479,7 @@ protected:
uint8 _currentPalette[1024];
uint8 _displayPalette[1024];
+ byte *_planarBuf;
byte _videoBuf1[32000];
uint16 _videoWindows[128];
@@ -1335,7 +1336,8 @@ protected:
byte *getBackGround();
byte *getScaleBuf();
- void convertAmiga(byte *srcBuf, int32 fileSize);
+ byte *convertclip(const byte *src, uint height, uint width, byte flags);
+
bool decrunchFile(byte *src, byte *dst, uint32 size);
void loadVGABeardFile(uint id);
void loadVGAVideoFile(uint id, uint type);