summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.cpp')
-rw-r--r--src/sound/sound.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp
index 3802611..c4b30b5 100644
--- a/src/sound/sound.cpp
+++ b/src/sound/sound.cpp
@@ -59,12 +59,6 @@ void CSoundInterface::AddMusicFiles(const std::string &path)
CacheMusic("Intro2.ogg");
CacheMusic("music010.ogg");
CacheMusic("music011.ogg");
- // TODO: Add pause music here
- // CacheMusic("");
- #if DEV_BUILD
- CacheMusic("Prototype.ogg");
- CacheMusic("Constructive.ogg");
- #endif
}
bool CSoundInterface::Cache(Sound bSound, const std::string &bFile)
@@ -181,7 +175,7 @@ bool CSoundInterface::IsPlayingMusic()
return true;
}
-bool CSoundInterface::PlayPauseMusic(const std::string &filename)
+bool CSoundInterface::PlayPauseMusic(const std::string &filename, bool repeat)
{
return true;
}