From 440f6770ed48493d591bd1ba3a93cde8081d704d Mon Sep 17 00:00:00 2001 From: jsm Date: Sat, 18 Sep 1999 16:42:29 +0000 Subject: Add missing initialisers. --- battlestar/dayobjs.c | 6 +++--- battlestar/nightobjs.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'battlestar') 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} }; -- cgit v1.2.3-56-ge451