aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorTravis Howell2004-02-14 01:09:43 +0000
committerTravis Howell2004-02-14 01:09:43 +0000
commite83e8c012f60a09aecc27b84ded864316ab3123c (patch)
tree04615e28efe0dbaa2f64284a5927b2a1a1396dc2 /scumm/smush
parent9b764920a192a80a6d0fe2d91b45f3508a71c692 (diff)
downloadscummvm-rg350-e83e8c012f60a09aecc27b84ded864316ab3123c.tar.gz
scummvm-rg350-e83e8c012f60a09aecc27b84ded864316ab3123c.tar.bz2
scummvm-rg350-e83e8c012f60a09aecc27b84ded864316ab3123c.zip
Fix valgrind warning
svn-id: r12862
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/saud_channel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/smush/saud_channel.cpp b/scumm/smush/saud_channel.cpp
index 166e8ea8fc..5f90555e18 100644
--- a/scumm/smush/saud_channel.cpp
+++ b/scumm/smush/saud_channel.cpp
@@ -161,6 +161,7 @@ SaudChannel::SaudChannel(int32 track, int32 freq) :
_nbframes(0),
_dataSize(-1),
_frequency(freq),
+ _index(0),
_inData(false),
_markReached(false),
_tbuffer(0),