[Scummvm-cvs-logs] SF.net SVN: scummvm:[40921] scummvm/trunk/engines/sci/sfx/iterator.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue May 26 17:46:54 CEST 2009


Revision: 40921
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40921&view=rev
Author:   fingolfin
Date:     2009-05-26 15:46:54 +0000 (Tue, 26 May 2009)

Log Message:
-----------
SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again does something)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/iterator.cpp

Modified: scummvm/trunk/engines/sci/sfx/iterator.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-05-26 15:15:56 UTC (rev 40920)
+++ scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-05-26 15:46:54 UTC (rev 40921)
@@ -126,9 +126,9 @@
 	saw_notes = 0;
 }
 
+extern SfxPlayer *player;	// FIXME
+
 void SongIteratorChannel::resetSynthChannels() {
-#if 0
-	extern SfxPlayer *player;	// FIXME
 	byte buf[5];
 
 	for (int i = 0; i < MIDI_CHANNELS; i++) {
@@ -147,7 +147,6 @@
 			/* TODO: Reset other controls? */
 		}
 	}
-#endif
 }
 
 static int _parse_sci_midi_command(BaseSongIterator *self, byte *buf,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list