From 12b64f130d7b1876283d9adc75f6e315f928f357 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 21:55:59 +0000 Subject: Additional minor cleanup and remove a straggler data declaration from hunt_common.h. --- hunt/huntd/hunt.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/hunt.h') diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index 557884bf..71c33adb 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.25 2014/03/29 21:43:46 dholland Exp $ */ +/* $NetBSD: hunt.h,v 1.26 2014/03/29 21:55:59 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -55,8 +55,11 @@ #include "hunt_common.h" -extern int shot_req[]; -extern int shot_type[]; +extern const int shot_req[]; +extern const int shot_type[]; +#ifdef OOZE +extern const int slime_req[]; +#endif typedef struct bullet_def BULLET; typedef struct expl_def EXPL; -- cgit v1.2.3