aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.h
diff options
context:
space:
mode:
authorStrangerke2016-12-27 10:43:15 -0800
committerEugene Sandulenko2017-01-25 22:42:18 +0100
commit7b95465309a0f23846b0780f89855c2626dbc486 (patch)
tree8da229b6f91404f91ec0bd44dd4b8236e09c0192 /engines/cryo/eden.h
parent2d3bbebc6bba4785018e0aaaf3fb5f46ffbb486e (diff)
downloadscummvm-rg350-7b95465309a0f23846b0780f89855c2626dbc486.tar.gz
scummvm-rg350-7b95465309a0f23846b0780f89855c2626dbc486.tar.bz2
scummvm-rg350-7b95465309a0f23846b0780f89855c2626dbc486.zip
CRYO: change the definition of verifh and expand_hsq
Diffstat (limited to 'engines/cryo/eden.h')
-rw-r--r--engines/cryo/eden.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/eden.h b/engines/cryo/eden.h
index 9d27d162c5..a42c7f929d 100644
--- a/engines/cryo/eden.h
+++ b/engines/cryo/eden.h
@@ -276,7 +276,7 @@ private:
void setDestRect(int16 sx, int16 sy, int16 ex, int16 ey);
void wait(int howlong);
void effetpix();
- void verifh(void *ptr);
+ void verifh(byte *ptr);
void openbigfile();
void closebigfile();
void loadRawFile(uint16 num, byte *buffer);
@@ -289,7 +289,7 @@ private:
bool ReadDataSyncVOC(unsigned int num);
bool ReadDataSync(uint16 num);
void loadpartoffile(uint16 num, void *buffer, int32 pos, int32 len);
- void Expand_hsq(void *input, void *output);
+ void Expand_hsq(byte *input, byte *output);
void addInfo(byte info);
void unlockInfo();
void nextInfo();