JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
No more svn in README, fixed contact form URL.
[vor.git] / args.c
diff --git a/args.c b/args.c
index 11214a8..9a3510b 100644 (file)
--- a/args.c
+++ b/args.c
@@ -1,5 +1,6 @@
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include "args.h"
 #include "config.h"
 
@@ -34,7 +35,7 @@ show_help(void)
        puts("Mandatory or optional arguments to long options are also mandatory or optional");
        puts("for any corresponding short options.");
        putchar('\n');
-       puts("Report bugs to <josh@qualdan.com>.");
+       puts("Report bugs at http://jasonwoof.com/contact.html");
 }
 
 int
@@ -121,7 +122,7 @@ init_opts(void)
        // Look and Feel
        opt_fullscreen = 0;
        opt_sound = 1;
-       opt_music = 0;
+       opt_music = 1;
 }
 
 int