Rename testsounds/ directory to sounds/ (#1984)
authorHugo Locurcio <hugo.l@openmailbox.org>
Sun, 30 Oct 2016 04:36:57 +0000 (05:36 +0100)
committerZeno- <kde.psych@gmail.com>
Sun, 30 Oct 2016 04:36:57 +0000 (14:36 +1000)
src/game.cpp

index 1e4464cc4fce9133bf100520e74e96071f27da0a..9a03071dd45c820c1da99af394498dfce0f0a896 100644 (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");