aboutsummaryrefslogtreecommitdiff
path: root/sword1/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/screen.h')
-rw-r--r--sword1/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/screen.h b/sword1/screen.h
index b99aa87794..b71d343398 100644
--- a/sword1/screen.h
+++ b/sword1/screen.h
@@ -105,7 +105,7 @@ private:
void spriteClipAndSet(uint16 *pSprX, uint16 *pSprY, uint16 *sprWidth, uint16 *sprHeight, uint16 *incr);
void drawSprite(uint8 *sprData, uint16 sprX, uint16 sprY, uint16 sprWidth, uint16 sprHeight, uint16 sprPitch);
void decompressRLE7(uint8 *src, uint32 compSize, uint8 *dest);
- void decompressRLE0(uint8 *src, uint32 compSize, uint8 *dest, uint16 width);
+ void decompressRLE0(uint8 *src, uint32 compSize, uint8 *dest);
void decompressTony(uint8 *src, uint32 compSize, uint8 *dest);
void fastShrink(uint8 *src, uint32 width, uint32 height, uint32 scale, uint8 *dest);
int32 inRange(int32 a, int32 b, int32 c);