[Scummvm-cvs-logs] SF.net SVN: scummvm:[40917] scummvm/trunk/engines/sci/sfx/iterator.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue May 26 16:59:42 CEST 2009
Revision: 40917
http://scummvm.svn.sourceforge.net/scummvm/?rev=40917&view=rev
Author: thebluegr
Date: 2009-05-26 14:59:41 +0000 (Tue, 26 May 2009)
Log Message:
-----------
Fixed compilation under MSVC
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 14:54:24 UTC (rev 40916)
+++ scummvm/trunk/engines/sci/sfx/iterator.cpp 2009-05-26 14:59:41 UTC (rev 40917)
@@ -127,6 +127,7 @@
}
void SongIteratorChannel::resetSynthChannels() {
+#if 0
extern SfxPlayer *player; // FIXME
byte buf[5];
@@ -146,6 +147,7 @@
/* 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