aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.h
diff options
context:
space:
mode:
authorOliver Kiehl2004-01-26 01:07:17 +0000
committerOliver Kiehl2004-01-26 01:07:17 +0000
commit663b81a4d7a7e261bb10f7a2b21e00b0254a1583 (patch)
tree0364b5f7ee3c92955319163e6afb02f45d56d687 /queen/sound.h
parent0d974b9daa4df60a87255cc6f477c9696034c24f (diff)
downloadscummvm-rg350-663b81a4d7a7e261bb10f7a2b21e00b0254a1583.tar.gz
scummvm-rg350-663b81a4d7a7e261bb10f7a2b21e00b0254a1583.tar.bz2
scummvm-rg350-663b81a4d7a7e261bb10f7a2b21e00b0254a1583.zip
fix compile
svn-id: r12600
Diffstat (limited to 'queen/sound.h')
-rw-r--r--queen/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/sound.h b/queen/sound.h
index 9b4897b0b9..2bc0ec04c4 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -130,7 +130,7 @@ public:
class OGGSound : public Sound {
public:
OGGSound(SoundMixer *mixer, QueenEngine *vm) : Sound(mixer, vm) {};
- void sfxPlay(const char *name);
+ void sfxPlay(const char *name, bool isSpeech);
};
#endif
} // End of namespace Queen