summaryrefslogtreecommitdiffstats
path: root/larn/header.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-03 19:29:50 +0000
committerdholland <dholland@NetBSD.org>2008-02-03 19:29:50 +0000
commit257d036dc21241f2c8202514775c399945bbd3e2 (patch)
tree6fbefa9df1cd63b4d253c9d38862d45de444e313 /larn/header.h
parentbf91baeffb42cde8688e3e5735369c864ed29d91 (diff)
downloadbsdgames-darwin-257d036dc21241f2c8202514775c399945bbd3e2.tar.gz
bsdgames-darwin-257d036dc21241f2c8202514775c399945bbd3e2.tar.zst
bsdgames-darwin-257d036dc21241f2c8202514775c399945bbd3e2.zip
Some assorted minor cleanups, from larn 12.2.
Diffstat (limited to 'larn/header.h')
-rw-r--r--larn/header.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/header.h b/larn/header.h
index 1a81f434..b33797d3 100644
--- a/larn/header.h
+++ b/larn/header.h
@@ -1,4 +1,4 @@
-/* $NetBSD: header.h,v 1.18 2008/02/03 03:45:55 dholland Exp $ */
+/* $NetBSD: header.h,v 1.19 2008/02/03 19:29:50 dholland Exp $ */
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
@@ -331,7 +331,7 @@ struct sphere {
#ifndef NODEFS
extern char VERSION, SUBVERSION;
-extern u_char alpha[], beenhere[], boldon, cheat, ckpflag;
+extern u_char beenhere[], boldon, cheat, ckpflag;
extern const char *class[];
extern u_char course[];
extern char diagfile[], helpfile[], ckpfile[], larnlevels[],
@@ -371,7 +371,7 @@ extern struct cel *cell;
extern struct monst monster[];
extern struct sphere *spheres;
extern struct _itm itm[];
-extern int rmst, maxitm, lasttime;
+extern int rmst, lasttime;
/* macro to create scroll #'s with probability of occurrence */
#define newscroll() (scprob[rund(81)])