-/* $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
#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 */
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 */