diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-16 18:03:20 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-16 18:03:20 -0700 |
| commit | 98d8630d5f5bf6594f2c2c397f6931015065ecc3 (patch) | |
| tree | a219e5776443148b21d1a42d73b3d33c01da1230 | |
| parent | More ogg -> wav fixes. (diff) | |
| download | cataclysm-dda-soundpack_jcsoundpack-98d8630d5f5bf6594f2c2c397f6931015065ecc3.tar.xz | |
Still more ogg -> wav fixes.
| -rw-r--r-- | effects.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/effects.json b/effects.json index af18c6e..e8d8e20 100644 --- a/effects.json +++ b/effects.json @@ -672,7 +672,7 @@ "variant" : "church_bells", "volume" : 90, "files" : [ - "env/other/church_bells.ogg" + "env/other/church_bells.wav" ] }, { @@ -681,7 +681,7 @@ "variant" : "police_siren", "volume" : 90, "files" : [ - "env/other/police_siren.ogg" + "env/other/police_siren.wav" ] }, { |
