From 14918b05d1f932e7870ce6271f5a720eea687939 Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Thu, 17 Apr 2008 21:05:20 +0000 Subject: Tiny cleanup: Fix a parameter name discrepancy between IIgsChannelInfo::noteOn-function's declaration and definition introduced in r31550. svn-id: r31553 --- engines/agi/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi/sound.h') diff --git a/engines/agi/sound.h b/engines/agi/sound.h index faf8c11131..6b268edb92 100644 --- a/engines/agi/sound.h +++ b/engines/agi/sound.h @@ -215,7 +215,7 @@ struct IIgsChannelInfo { void rewind(); ///< Rewinds the sound playing on this channel to its start void setChannelVolume(uint8 volume); ///< Sets the channel volume void setInstrument(const IIgsInstrumentHeader *instrument, const int8 *sample); ///< Sets the instrument to be used on this channel - void noteOn(uint8 note, uint8 velocity); ///< Starts playing a note on this channel + void noteOn(uint8 noteParam, uint8 velocity); ///< Starts playing a note on this channel void noteOff(uint8 velocity); ///< Releases the note on this channel void stop(); ///< Stops the note playing on this channel instantly bool playing(); ///< Is there a note playing on this channel? -- cgit v1.2.3