mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
SCUMM: Fix IMUSE initialization
This commit is contained in:
parent
f7a551dab2
commit
f2134a0dc2
@ -81,7 +81,9 @@ Player::Player() :
|
||||
_isMIDI(false),
|
||||
_supportsPercussion(false),
|
||||
_se(0),
|
||||
_vol_chan(0) {
|
||||
_vol_chan(0),
|
||||
_abort(false),
|
||||
_music_tick(0) {
|
||||
}
|
||||
|
||||
Player::~Player() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user