From c2932f4ee3c65aa5546a8b2fd605af9043aba72a Mon Sep 17 00:00:00 2001 From: krzys-h Date: Mon, 29 Apr 2013 15:33:28 +0200 Subject: Added new Intro music (by PiXeL) --- src/sound/sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sound') 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"); }; -- cgit v1.2.3-1-g7c22