summaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-04-29 15:33:28 +0200
committerkrzys-h <krzys_h@interia.pl>2013-04-29 15:33:28 +0200
commitc2932f4ee3c65aa5546a8b2fd605af9043aba72a (patch)
tree595064456bd64f06171cbeea2b2e1a603d5de659 /src/sound
parent2ba146cd63cefd58f5ff464b5b94e43740cf0700 (diff)
downloadcolobot-c2932f4ee3c65aa5546a8b2fd605af9043aba72a.tar.gz
colobot-c2932f4ee3c65aa5546a8b2fd605af9043aba72a.tar.bz2
colobot-c2932f4ee3c65aa5546a8b2fd605af9043aba72a.zip
Added new Intro music (by PiXeL)
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index a2302c4..11eca89 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -178,6 +178,7 @@ class CSoundInterface
/** Function called to add all music files to list */
inline void AddMusicFiles(std::string path) {
m_soundPath = path;
+ CacheMusic("Intro.ogg");
CacheMusic("music010.ogg");
CacheMusic("music011.ogg");
};