aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorGregory Montoir2004-06-01 22:06:05 +0000
committerGregory Montoir2004-06-01 22:06:05 +0000
commitea4d26f04fd339eff4c84412ca36535c7bf28c5e (patch)
tree78204395e703e6f6738cb7281bd8f78e1d669563 /scumm/intern.h
parent6a314c99a97844d3250a9fbb51862d990522bb74 (diff)
downloadscummvm-rg350-ea4d26f04fd339eff4c84412ca36535c7bf28c5e.tar.gz
scummvm-rg350-ea4d26f04fd339eff4c84412ca36535c7bf28c5e.tar.bz2
scummvm-rg350-ea4d26f04fd339eff4c84412ca36535c7bf28c5e.zip
(almost) fixed saving/loading images in fatty bears birthday
svn-id: r13921
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index f720757342..56f0a844e0 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -571,8 +571,8 @@ protected:
void writeFileFromArray(int slot, int resID);
int virtScreenSave(byte *dst, int x1, int y1, int x2, int y2);
int virtScreenSavePack(byte *dst, byte *src, int len, int unk);
- void virtScreenSavePackBuf(vsPackCtx *ctx, uint8 *dst, int len);
- void virtScreenSavePackByte(vsPackCtx *ctx, uint8 *dst, int len, uint8 b);
+ void virtScreenSavePackBuf(vsPackCtx *ctx, uint8 *&dst, int len);
+ void virtScreenSavePackByte(vsPackCtx *ctx, uint8 *&dst, int len, uint8 b);
void virtScreenLoad(int resIdx, int x1, int y1, int x2, int y2);
uint8 virtScreenLoadUnpack(vsUnpackCtx *ctx, byte *data);
void seekFilePos(int slot, int offset, int mode);