diff options
Diffstat (limited to 'src/path_functions.cpp')
| -rw-r--r-- | src/path_functions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path_functions.cpp b/src/path_functions.cpp index 72b7accc..37231927 100644 --- a/src/path_functions.cpp +++ b/src/path_functions.cpp @@ -125,6 +125,7 @@ QString AOApplication::get_music_path(QString p_song) } #ifndef CASE_SENSITIVE_FILESYSTEM return get_base_path() + "sounds/music/" + p_song + ".wav"; + ;
#else return get_case_sensitive_path(get_base_path() + "sounds/music/" + p_song + ".wav"); #endif |
