summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/hunt.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 21:55:59 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 21:55:59 +0000
commit12b64f130d7b1876283d9adc75f6e315f928f357 (patch)
treef7d804a5102d8343bfaee2d83a3d8ab110b4627f /hunt/huntd/hunt.h
parent08f9fa6c4de91d3042c5cd9d369b1e0c8c8eb080 (diff)
downloadbsdgames-darwin-12b64f130d7b1876283d9adc75f6e315f928f357.tar.gz
bsdgames-darwin-12b64f130d7b1876283d9adc75f6e315f928f357.tar.zst
bsdgames-darwin-12b64f130d7b1876283d9adc75f6e315f928f357.zip
Additional minor cleanup and remove a straggler data declaration
from hunt_common.h.
Diffstat (limited to 'hunt/huntd/hunt.h')
-rw-r--r--hunt/huntd/hunt.h9
1 files changed, 6 insertions, 3 deletions
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;