cleanup / updated some comments

svn-id: r15524
This commit is contained in:
Max Horn 2004-10-11 22:27:26 +00:00
parent bdf66b1a07
commit 42863d5cc2
4 changed files with 8 additions and 11 deletions

View file

@ -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;