From 6d152d5aeedf8207897f751bfbd179d9994f39cf Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sun, 2 Nov 2014 13:33:37 +0100 Subject: Fixed console spam when music files are not installed Closes #359 --- src/sound/sound.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/sound/sound.cpp') diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index abc18f6..ab92ec1 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -72,6 +72,16 @@ bool CSoundInterface::CacheMusic(const std::string &bFile) return true; } +bool CSoundInterface::IsCached(Sound bSound) +{ + return false; +} + +bool CSoundInterface::IsCachedMusic(const std::string& bFile) +{ + return false; +} + bool CSoundInterface::GetEnable() { return true; -- cgit v1.2.3-1-g7c22