--- wordwarvi-1.00.orig/wordwarvi.c
+++ wordwarvi-1.00/wordwarvi.c
@@ -10973,7 +10973,7 @@
 		/* This whole text thing needs major revamping... ugly as hell. */
 		set_font(BIG_FONT);
 		start_level();
-		wwviaudio_play_music(MUSIC_SOUND);
+		/* XXX: non-dfsg free wwviaudio_play_music(MUSIC_SOUND); */
 		strcpy(textline[CREDITS].string, "");
 		sprintf(textline[GAME_OVER].string, "Level %d...", 
 			level.level_number);
@@ -12899,12 +12899,14 @@
 			"sounds/destiny_facedown.ogg");
 		wwviaudio_read_ogg_clip(HIGH_SCORE_MUSIC,
 			"sounds/highscoremusic.ogg");
+		/* XXX: non-dfsg free music
 		if (!xmas_mode)
 			wwviaudio_read_ogg_clip(MUSIC_SOUND,
 				"sounds/lucky13-steve-mono-mix.ogg");
 		else
 			wwviaudio_read_ogg_clip(MUSIC_SOUND,
 				"sounds/lucky-holiday-cornbread-stuffing-mono.ogg");
+		*/
 	}
 	printf("done.\n");
 	return 0;
