summaryrefslogtreecommitdiffstats
path: root/larn/header.h
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1994-10-21 21:26:08 +0000
committermycroft <mycroft@NetBSD.org>1994-10-21 21:26:08 +0000
commit3ae69cab35a2b90f2dbcaea2b0a1dcb5d1461c30 (patch)
tree724efc0b76f4a03143402a05682f6dae4869f50a /larn/header.h
parent08023360e2ebe1584da79060ce1074e247801140 (diff)
downloadbsdgames-darwin-3ae69cab35a2b90f2dbcaea2b0a1dcb5d1461c30.tar.gz
bsdgames-darwin-3ae69cab35a2b90f2dbcaea2b0a1dcb5d1461c30.tar.zst
bsdgames-darwin-3ae69cab35a2b90f2dbcaea2b0a1dcb5d1461c30.zip
Fix various problems with the potion/scroll name hiding mechanism.
Diffstat (limited to 'larn/header.h')
-rw-r--r--larn/header.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/larn/header.h b/larn/header.h
index 87c2c8a3..371dd118 100644
--- a/larn/header.h
+++ b/larn/header.h
@@ -1,4 +1,4 @@
-/* $Id: header.h,v 1.3 1993/08/02 17:20:03 mycroft Exp $ */
+/* $Id: header.h,v 1.4 1994/10/21 21:26:08 mycroft Exp $ */
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
@@ -48,7 +48,6 @@ struct monst
struct _itm
{
short price;
- char **mem;
char obj;
char arg;
char qty;