Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
no idea if this works
  • Loading branch information
USMP-lancer authored Jul 26, 2021
1 parent 3894d33 commit 98635a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/code/chaos/ChaosMusicLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ protected static Music loadMusic(String musicsName) {
}

public static Music
crime, corvus, S1W1, anukian_tomb_full;
doom, crime, corvus, anukian_tomb_full;

public static void load() {

crime = loadMusic("crime");
corvus = loadMusic("corvus");
s1w1 = loadMusic("S1W1");
s1w1 = loadMusic("doom");
anukian_tomb_full = loadMusic("anukian_tomb_full");
}
}
Expand Down

0 comments on commit 98635a1

Please sign in to comment.