From 42d8cf7dc7d21c36a9b19820b0e61bfa90a633a8 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 21:33:41 +0000 Subject: sprinkle static --- hunt/huntd/expl.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hunt/huntd/expl.c') diff --git a/hunt/huntd/expl.c b/hunt/huntd/expl.c index 364ef576..4b1f72e1 100644 --- a/hunt/huntd/expl.c +++ b/hunt/huntd/expl.c @@ -1,4 +1,4 @@ -/* $NetBSD: expl.c,v 1.7 2009/07/04 04:29:54 dholland Exp $ */ +/* $NetBSD: expl.c,v 1.8 2014/03/29 21:33:41 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,12 +32,16 @@ #include #ifndef lint -__RCSID("$NetBSD: expl.c,v 1.7 2009/07/04 04:29:54 dholland Exp $"); +__RCSID("$NetBSD: expl.c,v 1.8 2014/03/29 21:33:41 dholland Exp $"); #endif /* not lint */ #include #include "hunt.h" + +static EXPL *Expl[EXPLEN]; /* explosion lists */ +static EXPL *Last_expl; /* last explosion on Expl[0] */ + static void remove_wall(int, int); -- cgit v1.2.3