summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-18 16:42:29 +0000
committerjsm <jsm@NetBSD.org>1999-09-18 16:42:29 +0000
commit440f6770ed48493d591bd1ba3a93cde8081d704d (patch)
tree17f7cdcfaff252888ce75f9980715726902dee40 /battlestar
parent4c22183774ff24e41e07ca19e9171f0a61512c7c (diff)
downloadbsdgames-darwin-440f6770ed48493d591bd1ba3a93cde8081d704d.tar.gz
bsdgames-darwin-440f6770ed48493d591bd1ba3a93cde8081d704d.tar.zst
bsdgames-darwin-440f6770ed48493d591bd1ba3a93cde8081d704d.zip
Add missing initialisers.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/dayobjs.c6
-rw-r--r--battlestar/nightobjs.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/battlestar/dayobjs.c b/battlestar/dayobjs.c
index 6b43bb37..8efd71d8 100644
--- a/battlestar/dayobjs.c
+++ b/battlestar/dayobjs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dayobjs.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $ */
+/* $NetBSD: dayobjs.c,v 1.8 1999/09/18 16:42:29 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)dayobjs.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: dayobjs.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $");
+__RCSID("$NetBSD: dayobjs.c,v 1.8 1999/09/18 16:42:29 jsm Exp $");
#endif
#endif /* not lint */
@@ -141,5 +141,5 @@ const struct objs dayobjs[] = {
{130, BRACELET},
{93, GIRL},
{268, LAMPON},
- {0}
+ {0, 0}
};
diff --git a/battlestar/nightobjs.c b/battlestar/nightobjs.c
index 3c6b8d47..fa654879 100644
--- a/battlestar/nightobjs.c
+++ b/battlestar/nightobjs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nightobjs.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $ */
+/* $NetBSD: nightobjs.c,v 1.8 1999/09/18 16:42:29 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)nightobjs.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: nightobjs.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $");
+__RCSID("$NetBSD: nightobjs.c,v 1.8 1999/09/18 16:42:29 jsm Exp $");
#endif
#endif /* not lint */
@@ -103,5 +103,5 @@ const struct objs nightobjs[] = {
{249, FOOT},
{250, FOOT},
{93, PAPAYAS},
- {0}
+ {0, 0}
};