diff --git a/bin/data/DOPE.MOD b/bin/data/DOPE.MOD new file mode 100644 index 0000000..ea5d3f5 Binary files /dev/null and b/bin/data/DOPE.MOD differ diff --git a/src/Main.cpp b/src/Main.cpp index 0e5c1ca..f694130 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -48,7 +48,7 @@ class MainState : public State { playModPlug("data/canyon.mid"); else { - playModPlug("data/solarbeams.xm"); + playModPlug("data/DOPE.MOD"); } // i know that this isnt the best idea to do this // yeah, im just lazy