mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
sync implementation with interface
svn-id: r8671
This commit is contained in:
parent
1ba62a6598
commit
4d5592cc5d
@ -676,7 +676,7 @@ void Player::part_set_transpose(uint8 chan, byte relative, int8 b) {
|
||||
part->set_transpose(b);
|
||||
}
|
||||
|
||||
void Player::key_on(uint8 chan, uint8 note, uint8 velocity) {
|
||||
void Player::key_on(uint8 chan, byte note, uint8 velocity) {
|
||||
Part *part;
|
||||
|
||||
part = getPart(chan);
|
||||
|
Loading…
Reference in New Issue
Block a user