aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_mod.cpp
AgeCommit message (Collapse)Author
2003-09-27merged in some more changes/improvements by _Q; cleanupMax Horn
svn-id: r10444
2003-09-27don't use delete to free memory allocated by mallocMax Horn
svn-id: r10434
2003-09-26stop gcc complainingJonathan Gray
svn-id: r10417
2003-09-25Can't delete a const pointer, duhJamieson Christian
svn-id: r10400
2003-09-24fix gcc compileOliver Kiehl
svn-id: r10399
2003-09-24More Amiga V2/V3 sound updates from _Q_:Travis Howell
1. A Player_MOD class, basically acts as a simplified mixer that mixes at 60Hz intervals (or whatever interval you specify), this gives smooth music playback in player_v3a 2. Some changes to player_v3a as a result of #1, including reduced music volume 3. player_v2a, and the necessary additions to scummvm.cpp/scumm.h svn-id: r10392