]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/config.c
NULL => 0 (Arne Juul; PR#3629)
[bsdgames-darwin.git] / larn / config.c
index cb8b7d2b640562c2a5e441bd82b9e853a35effc7..3746c09c3eb8fa8615d42e9a01cf59981ab3c173 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
-static char rcsid[] = "$Id: config.c,v 1.2 1993/08/02 17:19:56 mycroft Exp $";
+static char rcsid[] = "$NetBSD: config.c,v 1.4 1995/04/22 07:34:04 cgd Exp $";
 #endif /* not lint */
 
 /*
@@ -32,9 +32,6 @@ char scorefile[] = _PATH_SCORE;
 /* the maze data file */
 char larnlevels[] = _PATH_LEVELS;
 
-/* the fortune data file */
-char fortfile[] = _PATH_FORTS;
-
 /* the .larnopts filename */
 char optsfile[1024] ="/.larnopts";