[Scummvm-cvs-logs] CVS: scummvm/scumm imuse_player.cpp,2.10,2.11
Max Horn
fingolfin at users.sourceforge.net
Sat May 31 06:39:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv21493
Modified Files:
imuse_player.cpp
Log Message:
fixed mismatch between declaration and implementation
Index: imuse_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_player.cpp,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -d -r2.10 -r2.11
--- imuse_player.cpp 25 May 2003 16:40:17 -0000 2.10
+++ imuse_player.cpp 31 May 2003 13:38:41 -0000 2.11
@@ -686,7 +686,7 @@
part->key_on(note, velocity);
}
-void Player::key_off(uint8 chan, uint8 note) {
+void Player::key_off(uint8 chan, byte note) {
Part *part;
for (part = _parts; part; part = part->_next) {
More information about the Scummvm-git-logs
mailing list