aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/fileio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/fileio.cpp')
-rw-r--r--engines/cge2/fileio.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cge2/fileio.cpp b/engines/cge2/fileio.cpp
index 4fec4a67ca..0ec1bce043 100644
--- a/engines/cge2/fileio.cpp
+++ b/engines/cge2/fileio.cpp
@@ -228,6 +228,10 @@ signed EncryptedStream::readSint16LE() {
return _readStream->readSint16LE();
}
+signed EncryptedStream::readUint16LE() {
+ return _readStream->readUint16LE();
+}
+
bool EncryptedStream::err() {
return (_error & _readStream->err());
}