From 7b04f673580f0c24aecc103a25c4c4b82da1380f Mon Sep 17 00:00:00 2001 From: krzys-h Date: Thu, 10 Jul 2014 15:38:37 +0200 Subject: Fixed music loading --- src/sound/sound.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sound/sound.cpp') 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) -- cgit v1.2.3-1-g7c22