Skip to content

Commit c2e9e6a

Browse files
committed
Removed a certain song from the list
Redmoved Yoshi song
1 parent 45851a6 commit c2e9e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/lib/Music.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Music implements Runnable {
1313

1414
private InputStream file;
1515
private Player musicPlayer;
16-
private static String songName[] = { "/music/yoshi song.mp3",
16+
private static String songName[] = { "/music/Towards The End.mp3",
1717
"/music/Towards The End.mp3", "/music/Towards The End.mp3" };
1818
private static int songNumber;
1919
private Printing print = new Printing();

0 commit comments

Comments
 (0)