Skip to content

Commit d433260

Browse files
CalinouZeno-
authored andcommittedOct 30, 2016
Rename testsounds/ directory to sounds/ (#1984)
1 parent 6d7b95d commit d433260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/game.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ class GameOnDemandSoundFetcher: public OnDemandSoundFetcher
871871
return;
872872

873873
m_fetched.insert(name);
874-
std::string base = porting::path_share + DIR_DELIM + "testsounds";
874+
std::string base = porting::path_share + DIR_DELIM + "sounds";
875875
dst_paths.insert(base + DIR_DELIM + name + ".ogg");
876876
dst_paths.insert(base + DIR_DELIM + name + ".0.ogg");
877877
dst_paths.insert(base + DIR_DELIM + name + ".1.ogg");

0 commit comments

Comments
 (0)