JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Removed unnecessary command-line options.
[vor.git] / sound.c
diff --git a/sound.c b/sound.c
index 5f97756..16f3d60 100644 (file)
--- a/sound.c
+++ b/sound.c
@@ -70,14 +70,14 @@ void
 play_sound(int i)  {
        if(!opt_sound) return;
        Mix_PlayChannel(-1, wav[i], 0);
 play_sound(int i)  {
        if(!opt_sound) return;
        Mix_PlayChannel(-1, wav[i], 0);
-}/*}}}*/
+}
 
 int playing=-1;
 
 
 void
 
 int playing=-1;
 
 
 void
-play_tune(int i) {/*{{{*/
-       if(!opt_music) return;
+play_tune(int i) {
+       if(!opt_sound) return;
        if (playing==i)
        return;
        if (playing) {
        if (playing==i)
        return;
        if (playing) {