aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cryomni3d/video/hnm_decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryomni3d/video/hnm_decoder.cpp b/engines/cryomni3d/video/hnm_decoder.cpp
index 7d4c84e26b..15e86dad6b 100644
--- a/engines/cryomni3d/video/hnm_decoder.cpp
+++ b/engines/cryomni3d/video/hnm_decoder.cpp
@@ -72,8 +72,8 @@ bool HNMDecoder::loadStream(Common::SeekableReadStream *stream) {
uint16 soundChannels = stream->readUint16LE();
uint32 frameSize = stream->readUint32LE();
- char unknownStr[16];
- char copyright[16];
+ byte unknownStr[16];
+ byte copyright[16];
stream->read(unknownStr, sizeof(unknownStr));
stream->read(copyright, sizeof(copyright));