summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-07-10 15:38:37 +0200
committerkrzys-h <krzys_h@interia.pl>2014-07-10 15:38:37 +0200
commit7b04f673580f0c24aecc103a25c4c4b82da1380f (patch)
tree57fa168513ab2bc99daa434032f538abfc3bf444 /src/sound/sound.cpp
parent1ee0c0e8fe2b4f0cba35b65b2c17deaa9f1dc8e8 (diff)
downloadcolobot-7b04f673580f0c24aecc103a25c4c4b82da1380f.tar.gz
colobot-7b04f673580f0c24aecc103a25c4c4b82da1380f.tar.bz2
colobot-7b04f673580f0c24aecc103a25c4c4b82da1380f.zip
Fixed music loading
Diffstat (limited to 'src/sound/sound.cpp')
-rw-r--r--src/sound/sound.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp
index 9c9f483..5d99cdb 100644
--- a/src/sound/sound.cpp
+++ b/src/sound/sound.cpp
@@ -54,10 +54,10 @@ void CSoundInterface::CacheAll()
void CSoundInterface::AddMusicFiles()
{
- CacheMusic("music/Intro1.ogg");
- CacheMusic("music/Intro2.ogg");
- CacheMusic("music/music010.ogg");
- CacheMusic("music/music011.ogg");
+ CacheMusic("Intro1.ogg");
+ CacheMusic("Intro2.ogg");
+ CacheMusic("music010.ogg");
+ CacheMusic("music011.ogg");
}
bool CSoundInterface::Cache(Sound bSound, const std::string &bFile)