summaryrefslogtreecommitdiffstats
path: root/larn/moreobj.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-04 01:07:01 +0000
committerdholland <dholland@NetBSD.org>2008-02-04 01:07:01 +0000
commitc015d2f9aa4fbe23c4e9e50742dcebee298b0287 (patch)
treee91ac487debab9f56e77d6b3e583915ffd2a5852 /larn/moreobj.c
parent350aac765d3e94494f9b3db3a16f3b09d454bd5b (diff)
downloadbsdgames-darwin-c015d2f9aa4fbe23c4e9e50742dcebee298b0287.tar.gz
bsdgames-darwin-c015d2f9aa4fbe23c4e9e50742dcebee298b0287.tar.zst
bsdgames-darwin-c015d2f9aa4fbe23c4e9e50742dcebee298b0287.zip
More assorted cleanup merged from larn 12.2.
Diffstat (limited to 'larn/moreobj.c')
-rw-r--r--larn/moreobj.c21
1 files changed, 3 insertions, 18 deletions
diff --git a/larn/moreobj.c b/larn/moreobj.c
index 7854cf7d..b515fbff 100644
--- a/larn/moreobj.c
+++ b/larn/moreobj.c
@@ -1,4 +1,4 @@
-/* $NetBSD: moreobj.c,v 1.9 2008/02/03 21:24:58 dholland Exp $ */
+/* $NetBSD: moreobj.c,v 1.10 2008/02/04 01:07:01 dholland Exp $ */
/*
* moreobj.c Larn is copyrighted 1986 by Noah Morgan.
@@ -9,7 +9,7 @@
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: moreobj.c,v 1.9 2008/02/03 21:24:58 dholland Exp $");
+__RCSID("$NetBSD: moreobj.c,v 1.10 2008/02/04 01:07:01 dholland Exp $");
#endif /* not lint */
#include <stdlib.h>
#include <unistd.h>
@@ -20,10 +20,6 @@ static void ohear(void);
static void fch(int, long *);
/*
- * ******
- * OALTAR
- * ******
- *
* subroutine to process an altar object
*/
void
@@ -137,10 +133,6 @@ ohear()
}
/*
- *******
- OTHRONE
- *******
-
subroutine to process a throne object
*/
void
@@ -224,10 +216,6 @@ odeadthrone()
}
/*
- ******
- OCHEST
- ******
-
subroutine to process a throne object
*/
void
@@ -294,11 +282,8 @@ ochest()
}
/*
- *********
- OFOUNTAIN
- *********
+ process a fountain object
*/
-
void
ofountain()
{