aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_player.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-14 10:48:36 +0000
committerTravis Howell2004-01-14 10:48:36 +0000
commitd295d8bc210ac01b2863a256e76a590f444d2927 (patch)
treeaf4699a2ca035ca1e92d682f0369d786c4099b92 /scumm/imuse_player.cpp
parentd1d5d984948f824767b2b882ddf42f854e25402a (diff)
downloadscummvm-rg350-d295d8bc210ac01b2863a256e76a590f444d2927.tar.gz
scummvm-rg350-d295d8bc210ac01b2863a256e76a590f444d2927.tar.bz2
scummvm-rg350-d295d8bc210ac01b2863a256e76a590f444d2927.zip
??ZZ
ZZZZ Fix another valgrind warning, I hope this is right spot. svn-id: r12380
Diffstat (limited to 'scumm/imuse_player.cpp')
-rw-r--r--scumm/imuse_player.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/imuse_player.cpp b/scumm/imuse_player.cpp
index 5393be4f53..a00252b726 100644
--- a/scumm/imuse_player.cpp
+++ b/scumm/imuse_player.cpp
@@ -81,6 +81,7 @@ Player::Player() :
_isGM(false),
_se(0),
_vol_chan(0){
+ _passThrough = 0;
}
Player::~Player() {