aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/imuse_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_player.cpp b/scumm/imuse_player.cpp
index a00252b726..484976eeac 100644
--- a/scumm/imuse_player.cpp
+++ b/scumm/imuse_player.cpp
@@ -76,12 +76,12 @@ Player::Player() :
_loop_counter(0),
_loop_to_tick(0),
_loop_from_tick(0),
+ _passThrough(0),
_speed(128),
_isMT32(false),
_isGM(false),
_se(0),
_vol_chan(0){
- _passThrough = 0;
}
Player::~Player() {