Rename testsounds/ directory to sounds/ (#1984)

master
Hugo Locurcio 2016-10-30 05:36:57 +01:00 committed by Zeno-
parent 6d7b95d763
commit d43326021a
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@ public:
return;
m_fetched.insert(name);
std::string base = porting::path_share + DIR_DELIM + "testsounds";
std::string base = porting::path_share + DIR_DELIM + "sounds";
dst_paths.insert(base + DIR_DELIM + name + ".ogg");
dst_paths.insert(base + DIR_DELIM + name + ".0.ogg");
dst_paths.insert(base + DIR_DELIM + name + ".1.ogg");