diff options
| author | jsm <jsm@NetBSD.org> | 2000-09-17 23:03:43 +0000 |
|---|---|---|
| committer | jsm <jsm@NetBSD.org> | 2000-09-17 23:03:43 +0000 |
| commit | e828812cad1edfdd4b4f01f93330a6421cd816ab (patch) | |
| tree | 068273b7573052a26c55c3b1e4cdc0ae75dc4392 /battlestar/globals.c | |
| parent | ac0e105a1cb81cab2f045dedc161f0b856985e6b (diff) | |
| download | bsdgames-darwin-e828812cad1edfdd4b4f01f93330a6421cd816ab.tar.gz bsdgames-darwin-e828812cad1edfdd4b4f01f93330a6421cd816ab.zip | |
Patches from OpenBSD: add verbs "open"/"unlock" (essentially a no-op),
and "verbose"/"brief" (in verbose mode, always show long room
descriptions), and synonyms "papaya" for "papayas" and "coconut" for
"coconuts".
Diffstat (limited to 'battlestar/globals.c')
| -rw-r--r-- | battlestar/globals.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/battlestar/globals.c b/battlestar/globals.c index 17d9428d..d285e527 100644 --- a/battlestar/globals.c +++ b/battlestar/globals.c @@ -1,4 +1,4 @@ -/* $NetBSD: globals.c,v 1.11 2000/09/09 09:37:58 jsm Exp $ */ +/* $NetBSD: globals.c,v 1.12 2000/09/17 23:03:43 jsm 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.11 2000/09/09 09:37:58 jsm Exp $"); +__RCSID("$NetBSD: globals.c,v 1.12 2000/09/17 23:03:43 jsm Exp $"); #endif #endif /* not lint */ @@ -256,6 +256,7 @@ unsigned int inven[NUMOFWORDS]; unsigned int wear[NUMOFWORDS]; char beenthere[NUMOFROOMS + 1]; char injuries[NUMOFINJURIES]; +int verbose = 0; const char *username; |
