From: Hugo Locurcio Date: Sun, 30 Oct 2016 04:36:57 +0000 (+0100) Subject: Rename testsounds/ directory to sounds/ (#1984) X-Git-Tag: 0.4.15~148 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d43326021a9a7def27773ed1f7ec01992ed3abf6;p=oweals%2Fminetest.git Rename testsounds/ directory to sounds/ (#1984) --- diff --git a/src/game.cpp b/src/game.cpp index 1e4464cc4..9a03071dd 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -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");