summaryrefslogtreecommitdiffstats
path: root/battlestar/com3.c
diff options
context:
space:
mode:
Diffstat (limited to 'battlestar/com3.c')
-rw-r--r--battlestar/com3.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/battlestar/com3.c b/battlestar/com3.c
index b5f48375..6716a831 100644
--- a/battlestar/com3.c
+++ b/battlestar/com3.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com3.c,v 1.11 2000/09/24 09:46:57 jsm Exp $ */
+/* $NetBSD: com3.c,v 1.12 2000/09/24 14:20:23 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com3.c,v 1.11 2000/09/24 09:46:57 jsm Exp $");
+__RCSID("$NetBSD: com3.c,v 1.12 2000/09/24 14:20:23 jsm Exp $");
#endif
#endif /* not lint */
@@ -114,7 +114,8 @@ bury()
int value;
if (testbit(inven, SHOVEL)) {
- while (wordtype[++wordnumber] != OBJECT && wordtype[wordnumber] != NOUNS && wordnumber < wordcount);
+ while (wordtype[++wordnumber] != OBJECT && wordtype[wordnumber] != NOUNS && wordnumber < wordcount)
+ continue;
value = wordvalue[wordnumber];
if (wordtype[wordnumber] == NOUNS && (testbit(location[position].objects, value) || value == BODY))
switch (value) {