aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorTravis Howell2004-02-14 01:39:09 +0000
committerTravis Howell2004-02-14 01:39:09 +0000
commit5f4641d8a1a299ecba52897f0f576cbfc7a0316a (patch)
treebb9dd792681e44423a8a375ec69d366d233d9284 /scumm/smush
parent1e18364e5c34f578eaea359e709160d708f79b52 (diff)
downloadscummvm-rg350-5f4641d8a1a299ecba52897f0f576cbfc7a0316a.tar.gz
scummvm-rg350-5f4641d8a1a299ecba52897f0f576cbfc7a0316a.tar.bz2
scummvm-rg350-5f4641d8a1a299ecba52897f0f576cbfc7a0316a.zip
Use correct order, to prevent mingw warnings.
svn-id: r12865
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/saud_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/saud_channel.cpp b/scumm/smush/saud_channel.cpp
index 5f90555e18..53ac6c137f 100644
--- a/scumm/smush/saud_channel.cpp
+++ b/scumm/smush/saud_channel.cpp
@@ -161,9 +161,9 @@ SaudChannel::SaudChannel(int32 track, int32 freq) :
_nbframes(0),
_dataSize(-1),
_frequency(freq),
- _index(0),
_inData(false),
_markReached(false),
+ _index(0),
_tbuffer(0),
_tbufferSize(0),
_sbuffer(0),