summaryrefslogtreecommitdiffstats
path: root/sail/globals.c
diff options
context:
space:
mode:
authorjwise <jwise@NetBSD.org>2001-01-04 01:56:27 +0000
committerjwise <jwise@NetBSD.org>2001-01-04 01:56:27 +0000
commite3d903728b566a12e09bf75b912da49e60b2643b (patch)
tree6f9605228d11138fdf0573e9180ad7123abf0e3c /sail/globals.c
parentd7be70527bfff340ccf3fef43add3188d54d7eae (diff)
downloadbsdgames-darwin-e3d903728b566a12e09bf75b912da49e60b2643b.tar.gz
bsdgames-darwin-e3d903728b566a12e09bf75b912da49e60b2643b.zip
G/C undocumented and unimplemented `-D' (debug) option.
Diffstat (limited to 'sail/globals.c')
-rw-r--r--sail/globals.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sail/globals.c b/sail/globals.c
index 45ce7078..26ee3026 100644
--- a/sail/globals.c
+++ b/sail/globals.c
@@ -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 */