diff options
| author | in1tiate <radwoodward@vikings.grayson.edu> | 2021-07-22 12:26:57 -0500 |
|---|---|---|
| committer | in1tiate <radwoodward@vikings.grayson.edu> | 2021-07-22 12:26:57 -0500 |
| commit | 2d3cab82c896b86b1e107b8e1773572ac0fec6d3 (patch) | |
| tree | a0c665b5c644f169d249facc002431646e51a174 /src/text_file_functions.cpp | |
| parent | 5190490a07f929aef3ee0198f5bce251ff28dbea (diff) | |
Fix custom objections not playing sounds
Diffstat (limited to 'src/text_file_functions.cpp')
| -rw-r--r-- | src/text_file_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_file_functions.cpp b/src/text_file_functions.cpp index fbe8279f..d9b341be 100644 --- a/src/text_file_functions.cpp +++ b/src/text_file_functions.cpp @@ -506,7 +506,7 @@ QString AOApplication::get_court_sfx(QString p_identifier, QString p_misc) QString AOApplication::get_sfx_suffix(VPath sound_to_check) { return get_real_suffixed_path(sound_to_check, - { "", ".opus", ".ogg", ".mp3", ".wav" }); + {".opus", ".ogg", ".mp3", ".wav" }); } QString AOApplication::get_image_suffix(VPath path_to_check, bool static_image) |
