Skip to content

Commit ee48c03

Browse files
author
Miguel
committed
Shortened warning audio by 50%, updated file name to mp3.
1 parent b7012d5 commit ee48c03

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
5.52 KB
Binary file not shown.
-50.5 KB
Binary file not shown.

ini-atc/src/seprini/data/Art.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static void load() {
7171

7272
private static void loadSounds() {
7373
sounds.put("ding", loadSound("ding.wav"));
74-
sounds.put("warning", loadSound("warning.wav"));
74+
sounds.put("warning", loadSound("warning.mp3"));
7575
sounds.put("crash", loadSound("crash.mp3"));
7676
sounds.put("national", loadSound("national.mp3"));
7777
sounds.put("ambience", loadSound("ambience.mp3"));

0 commit comments

Comments
 (0)