aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-04-01 15:41:34 +0000
committerNicola Mettifogo2007-04-01 15:41:34 +0000
commita97ab92dd95ead2bda8f99db163896d479adf886 (patch)
tree327d5e9e9f3db48f1f9ebd02c65f73337832c966 /engines/parallaction/disk.h
parentbc253d214b038845a5bb498ca51697245c864652 (diff)
downloadscummvm-rg350-a97ab92dd95ead2bda8f99db163896d479adf886.tar.gz
scummvm-rg350-a97ab92dd95ead2bda8f99db163896d479adf886.tar.bz2
scummvm-rg350-a97ab92dd95ead2bda8f99db163896d479adf886.zip
Fixed loading of graphics. Now things really look what they are, except the character which still looks a bit jagged.
svn-id: r26352
Diffstat (limited to 'engines/parallaction/disk.h')
-rw-r--r--engines/parallaction/disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/disk.h b/engines/parallaction/disk.h
index c34933f683..2566e06bc5 100644
--- a/engines/parallaction/disk.h
+++ b/engines/parallaction/disk.h
@@ -145,7 +145,7 @@ class AmigaDisk : public Disk {
protected:
Cnv* makeCnv(Common::SeekableReadStream &stream);
StaticCnv* makeStaticCnv(Common::SeekableReadStream &stream);
- void unpackBitmap(byte *dst, byte *src, uint16 height, uint16 bytesPerPlane);
+ void unpackBitmap(byte *dst, byte *src, uint16 numFrames, uint16 planeSize);
public:
AmigaDisk(Parallaction *vm);