summaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-02 10:44:07 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-02 10:44:07 +0200
commitc1db140ad36402271914be8d993413aa5f4676bc (patch)
tree149170bedb385d1628c7bfe0d11679976e497d5a /src/sound
parentfb5d14dddf180a369617968bc3b14492ded329af (diff)
downloadcolobot-c1db140ad36402271914be8d993413aa5f4676bc.tar.gz
colobot-c1db140ad36402271914be8d993413aa5f4676bc.tar.bz2
colobot-c1db140ad36402271914be8d993413aa5f4676bc.zip
Updated Main Mnu music
For now only code - we need to wait for PiXeL to give us new music :)
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index e6a97df..360f0de 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -178,7 +178,8 @@ class CSoundInterface
/** Function called to add all music files to list */
inline void AddMusicFiles(std::string path) {
m_soundPath = path;
- CacheMusic("Intro.ogg");
+ CacheMusic("Intro1.ogg");
+ CacheMusic("Intro2.ogg");
CacheMusic("music010.ogg");
CacheMusic("music011.ogg");
};