cleanup / updated some comments
svn-id: r15524
This commit is contained in:
parent
bdf66b1a07
commit
42863d5cc2
4 changed files with 8 additions and 11 deletions
|
@ -51,7 +51,7 @@ Player_MOD::Player_MOD(ScummEngine *scumm) {
|
|||
|
||||
Player_MOD::~Player_MOD() {
|
||||
// Detach the premix callback handler
|
||||
_mixer->setupPremix(0, 0);
|
||||
_mixer->setupPremix(0);
|
||||
for (int i = 0; i < MOD_MAXCHANS; i++) {
|
||||
if (!_channels[i].id)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue