From 7c311057c10f876cbe5053fac1943917766ae0f0 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Tue, 13 Oct 2009 04:44:22 +0000 Subject: 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 --- engines/draci/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/sound.h') 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 -- cgit v1.2.3