aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/eden.cpp')
-rw-r--r--engines/cryo/eden.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/eden.cpp b/engines/cryo/eden.cpp
index 73d321ed44..8054a0b7e3 100644
--- a/engines/cryo/eden.cpp
+++ b/engines/cryo/eden.cpp
@@ -4842,7 +4842,7 @@ int EdenGame::ssndfl(uint16 num) {
// 2. Lipsync?
unsigned char chunkType = h_bigfile.readByte();
- uint32 val;
+ uint32 val = 0;
h_bigfile.read(&val, 3);
unsigned int chunkLen = LE32(val);