aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.h
diff options
context:
space:
mode:
authorRobert Špalek2009-10-13 04:44:22 +0000
committerRobert Špalek2009-10-13 04:44:22 +0000
commit7c311057c10f876cbe5053fac1943917766ae0f0 (patch)
tree49038d4ebb1f73537d7f63145ee6d9fbb4fc458c /engines/draci/sound.h
parente77928440307f0d8a765e32100e031989ad25ff5 (diff)
downloadscummvm-rg350-7c311057c10f876cbe5053fac1943917766ae0f0.tar.gz
scummvm-rg350-7c311057c10f876cbe5053fac1943917766ae0f0.tar.bz2
scummvm-rg350-7c311057c10f876cbe5053fac1943917766ae0f0.zip
Dubbing is played.
I haven't implemented switching dubbing and subtitles on/off according to the config manager nor the speed of the subtitles, yet. svn-id: r45001
Diffstat (limited to 'engines/draci/sound.h')
-rw-r--r--engines/draci/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/sound.h b/engines/draci/sound.h
index 86d92f1bf7..6d63b066eb 100644
--- a/engines/draci/sound.h
+++ b/engines/draci/sound.h
@@ -68,7 +68,7 @@ public:
void clearCache();
- const SoundSample *getSample(int i, uint freq);
+ SoundSample *getSample(int i, uint freq);
private:
Common::String _path; ///< Path to file