]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/globals.c
G/C undocumented and unimplemented `-D' (debug) option.
[bsdgames-darwin.git] / sail / globals.c
index 45ce707828e4768dd24b96246d5011a65ea56f50..26ee3026b43b886c7e02ff335643739108fa1288 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: globals.c,v 1.9 2000/02/09 22:27:56 jsm Exp $  */
+/*     $NetBSD: globals.c,v 1.10 2001/01/04 01:56:28 jwise Exp $       */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)globals.c  8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: globals.c,v 1.9 2000/02/09 22:27:56 jsm Exp $");
+__RCSID("$NetBSD: globals.c,v 1.10 2001/01/04 01:56:28 jwise Exp $");
 #endif
 #endif /* not lint */
 
@@ -548,7 +548,6 @@ const char dc[] = { 0, 0, -1, -1, -1, 0, 1, 1, 1 };
 int mode;
 jmp_buf restart;
 
-char debug;                            /* -D */
 char randomize;                                /* -x, give first available ship */
 char longfmt;                          /* -l, print score in long format */
 char nobells;                          /* -b, don't ring bell before Signal */