We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7b95d commit d433260Copy full SHA for d433260
src/game.cpp
@@ -871,7 +871,7 @@ class GameOnDemandSoundFetcher: public OnDemandSoundFetcher
871
return;
872
873
m_fetched.insert(name);
874
- std::string base = porting::path_share + DIR_DELIM + "testsounds";
+ std::string base = porting::path_share + DIR_DELIM + "sounds";
875
dst_paths.insert(base + DIR_DELIM + name + ".ogg");
876
dst_paths.insert(base + DIR_DELIM + name + ".0.ogg");
877
dst_paths.insert(base + DIR_DELIM + name + ".1.ogg");
0 commit comments