From d8c1725fbd7507b9466abcb57e7c039df3cb6604 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 26 May 2009 14:59:41 +0000 Subject: Fixed compilation under MSVC svn-id: r40917 --- engines/sci/sfx/iterator.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/sci/sfx/iterator.cpp b/engines/sci/sfx/iterator.cpp index cb6646f339..ccf9b29474 100644 --- a/engines/sci/sfx/iterator.cpp +++ b/engines/sci/sfx/iterator.cpp @@ -127,6 +127,7 @@ void SongIteratorChannel::init(int id_, int offset_, int end_) { } void SongIteratorChannel::resetSynthChannels() { +#if 0 extern SfxPlayer *player; // FIXME byte buf[5]; @@ -146,6 +147,7 @@ void SongIteratorChannel::resetSynthChannels() { /* TODO: Reset other controls? */ } } +#endif } static int _parse_sci_midi_command(BaseSongIterator *self, byte *buf, -- cgit v1.2.3