aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vol.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vol.h')
-rw-r--r--engines/cge/vol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/vol.h b/engines/cge/vol.h
index 1357c24814..99284fddd5 100644
--- a/engines/cge/vol.h
+++ b/engines/cge/vol.h
@@ -55,9 +55,9 @@ class DAT
friend VFILE;
static VOLBASE File;
public:
- static bool Append (byte * buf, word len);
+ static bool Append (uint8 * buf, uint16 len);
static bool Write (CFILE& f);
- static bool Read (long org, word len, byte * buf);
+ static bool Read (long org, uint16 len, uint8 * buf);
};