diff options
Diffstat (limited to 'games/battlestar/dayobjs.c')
-rw-r--r-- | games/battlestar/dayobjs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/dayobjs.c b/games/battlestar/dayobjs.c index c967106..801c65a 100644 --- a/games/battlestar/dayobjs.c +++ b/games/battlestar/dayobjs.c @@ -138,5 +138,5 @@ const struct objs dayobjs[] = { { 130, BRACELET }, { 93, GIRL }, { 268, LAMPON }, - 0 + { 0 , 0 } }; |