mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCUMM: remove garbage (debug) code
This commit is contained in:
@@ -387,8 +387,6 @@ void Part::sendPitchBend() {
|
||||
|
||||
if (_player->isGM()) {
|
||||
if (_se->_game_id == GID_SAMNMAX) {
|
||||
if (bend)
|
||||
debug ("PB: _pitchbend %d, _pitchbend_factor %d", bend, _pitchbend_factor);
|
||||
// SAMNMAX formula
|
||||
bend = _pitchbend_factor ? (bend * _pitchbend_factor) >> 5 : bend >> 6;
|
||||
bend = (bend + _detune_eff + (transpose << 8)) << 1;
|
||||
|
||||
Reference in New Issue
Block a user