From b14fa66f9f7b105d18b00488c9bd620f77082fab Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2009 11:53:11 +0000 Subject: Minor fixes to the individual note playing code svn-id: r41726 --- engines/cruise/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cruise/sound.cpp') diff --git a/engines/cruise/sound.cpp b/engines/cruise/sound.cpp index 45bf186174..db8dc67e5a 100644 --- a/engines/cruise/sound.cpp +++ b/engines/cruise/sound.cpp @@ -808,10 +808,10 @@ void PCSound::musicLoop(bool v) { _player->setLooping(v); } -void PCSound::startNote(int channel, int volume, int speed) { +void PCSound::startNote(int channel, int volume, int freq) { warning("TODO: startNote"); // _soundDriver->setVolume(channel, volume); - _soundDriver->setChannelFrequency(channel, speed); + _soundDriver->setChannelFrequency(channel, freq); } void PCSound::setVolume(int volume) { -- cgit v1.2.3