diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/queen/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/sound.h b/engines/queen/sound.h index 354328099d..e35c520fc5 100644 --- a/engines/queen/sound.h +++ b/engines/queen/sound.h @@ -159,7 +159,7 @@ class FLACSound : public Sound { 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 |