diff options
Diffstat (limited to 'battlestar/dayobjs.c')
| -rw-r--r-- | battlestar/dayobjs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/dayobjs.c b/battlestar/dayobjs.c index b6d44302..6b43bb37 100644 --- a/battlestar/dayobjs.c +++ b/battlestar/dayobjs.c @@ -1,4 +1,4 @@ -/* $NetBSD: dayobjs.c,v 1.6 1997/10/11 02:07:16 lukem Exp $ */ +/* $NetBSD: dayobjs.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,13 +38,13 @@ #if 0 static char sccsid[] = "@(#)dayobjs.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: dayobjs.c,v 1.6 1997/10/11 02:07:16 lukem Exp $"); +__RCSID("$NetBSD: dayobjs.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $"); #endif #endif /* not lint */ #include "extern.h" -struct objs dayobjs[] = { +const struct objs dayobjs[] = { {236, HORSE}, {237, CAR}, {275, POT}, |
