Skip to content

Commit

Permalink
Rename testsounds/ directory to sounds/ (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored and Zeno- committed Oct 30, 2016
1 parent 6d7b95d commit d433260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Expand Up @@ -871,7 +871,7 @@ class GameOnDemandSoundFetcher: public OnDemandSoundFetcher
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");
Expand Down

0 comments on commit d433260

Please sign in to comment.