JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
music on by default
authorJoshua Grams <josh@qualdan.com>
Sat, 17 Feb 2007 00:13:43 +0000 (00:13 +0000)
committerJoshua Grams <josh@qualdan.com>
Sat, 17 Feb 2007 00:13:43 +0000 (00:13 +0000)
args.c

diff --git a/args.c b/args.c
index 3460d70..9eb3ee7 100644 (file)
--- a/args.c
+++ b/args.c
@@ -122,7 +122,7 @@ init_opts(void)
        // Look and Feel
        opt_fullscreen = 0;
        opt_sound = 1;
-       opt_music = 0;
+       opt_music = 1;
 }
 
 int