mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Rename testsounds/ directory to sounds/ (#1984)
This commit is contained in:
@@ -871,7 +871,7 @@ public:
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
m_fetched.insert(name);
|
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 + ".ogg");
|
||||||
dst_paths.insert(base + DIR_DELIM + name + ".0.ogg");
|
dst_paths.insert(base + DIR_DELIM + name + ".0.ogg");
|
||||||
dst_paths.insert(base + DIR_DELIM + name + ".1.ogg");
|
dst_paths.insert(base + DIR_DELIM + name + ".1.ogg");
|
||||||
|
Reference in New Issue
Block a user