summaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-04-20 09:33:54 +0200
committerkrzys-h <krzys_h@interia.pl>2013-04-20 09:33:54 +0200
commit90c691ab0f39f1abedec97804ee2254adffa4d96 (patch)
tree99d3b0e87a480be842d4a42392988c0f5f312df2 /src/sound
parentaf24aba899551cce7c4b4d3f3dfe0f31ecf0918d (diff)
downloadcolobot-90c691ab0f39f1abedec97804ee2254adffa4d96.tar.gz
colobot-90c691ab0f39f1abedec97804ee2254adffa4d96.tar.bz2
colobot-90c691ab0f39f1abedec97804ee2254adffa4d96.zip
Small fix to music cache
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 9d0e9a0..a2302c4 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -178,8 +178,8 @@ class CSoundInterface
/** Function called to add all music files to list */
inline void AddMusicFiles(std::string path) {
m_soundPath = path;
- CacheMusic("sound010.ogg");
- CacheMusic("sound011.ogg");
+ CacheMusic("music010.ogg");
+ CacheMusic("music011.ogg");
};
/** Function called to cache sound effect file.