summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/expl.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/expl.c')
-rw-r--r--hunt/huntd/expl.c8
1 files changed, 6 insertions, 2 deletions
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 <sys/cdefs.h>
#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 <stdlib.h>
#include "hunt.h"
+
+static EXPL *Expl[EXPLEN]; /* explosion lists */
+static EXPL *Last_expl; /* last explosion on Expl[0] */
+
static void remove_wall(int, int);