[Scummvm-cvs-logs] SF.net SVN: scummvm: [24784] scummvm/trunk/engines/queen/sound.h
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Fri Nov 24 19:50:21 CET 2006
Revision: 24784
http://svn.sourceforge.net/scummvm/?rev=24784&view=rev
Author: eriktorbjorn
Date: 2006-11-24 10:50:21 -0800 (Fri, 24 Nov 2006)
Log Message:
-----------
Fixed compile error in FLAC sound support. I haven't tested this.
Modified Paths:
--------------
scummvm/trunk/engines/queen/sound.h
Modified: scummvm/trunk/engines/queen/sound.h
===================================================================
--- scummvm/trunk/engines/queen/sound.h 2006-11-24 18:37:43 UTC (rev 24783)
+++ scummvm/trunk/engines/queen/sound.h 2006-11-24 18:50:21 UTC (rev 24784)
@@ -159,7 +159,7 @@
public:
FLACSound(Audio::Mixer *mixer, QueenEngine *vm) : Sound(mixer, vm) {};
protected:
- void playSoundData(const char *name, Audio::SoundHandle *soundHandle);
+ void playSoundData(Common::File *f, uint32 size, Audio::SoundHandle *soundHandle);
};
#endif // #ifdef USE_FLAC
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