diff -BNru jumpnbump-1.50/main.c jumpnbump-1.50.new/main.c
--- jumpnbump-1.50/main.c	2004-06-16 21:03:39.000000000 +0200
+++ jumpnbump-1.50.new/main.c	2004-09-19 03:56:08.363459979 +0200
@@ -3037,8 +3037,11 @@
 				printf("  -fireworks               screensaver mode\n");
 				printf("  -fullscreen              run in fullscreen mode\n");
 				printf("  -nosound                 play without sound\n");
+				/* don't mention gore settings... */
+				/*
 				printf("  -nogore                  play without blood\n");
 				printf("  -noflies                 disable flies\n");
+				*/
 				printf("  -mirror                  play with mirrored level\n");
 				printf("  -scaleup                 play with doubled resolution (800x512)\n");
 				printf("  -musicnosound            play with music but without sound\n");
@@ -3047,6 +3050,10 @@
 			}
 		}
 	}
+	/* disable gore */
+	main_info.no_gore = 1;
+	/* disable flies */
+	flies_enabled = 0;
 
 	preread_datafile(datfile_name);
 
