SCUMM: Fix IMUSE initialization

This commit is contained in:
Eugene Sandulenko 2016-11-19 17:39:43 +01:00
parent f7a551dab2
commit f2134a0dc2

View File

@ -81,7 +81,9 @@ Player::Player() :
_isMIDI(false), _isMIDI(false),
_supportsPercussion(false), _supportsPercussion(false),
_se(0), _se(0),
_vol_chan(0) { _vol_chan(0),
_abort(false),
_music_tick(0) {
} }
Player::~Player() { Player::~Player() {