projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7b95d
)
Rename testsounds/ directory to sounds/ (#1984)
author
Hugo Locurcio
<hugo.l@openmailbox.org>
Sun, 30 Oct 2016 04:36:57 +0000
(
05:36
+0100)
committer
Zeno-
<kde.psych@gmail.com>
Sun, 30 Oct 2016 04:36:57 +0000
(14:36 +1000)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index 1e4464cc4fce9133bf100520e74e96071f27da0a..9a03071dd45c820c1da99af394498dfce0f0a896 100644
(file)
--- 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 + "
test
sounds";
+ 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");