summaryrefslogtreecommitdiffstats
path: root/atc/def.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-22 22:58:56 +0000
committerdholland <dholland@NetBSD.org>2014-03-22 22:58:56 +0000
commit2b1b33dbf5144e2190a0dc9963afa23ce93aa7af (patch)
tree6e374d2a51414743ee9f00df6c9903fbca26a8a0 /atc/def.h
parentb02984cd3526b2e629c94ede019e8e2492c06e5f (diff)
downloadbsdgames-darwin-2b1b33dbf5144e2190a0dc9963afa23ce93aa7af.tar.gz
bsdgames-darwin-2b1b33dbf5144e2190a0dc9963afa23ce93aa7af.tar.zst
bsdgames-darwin-2b1b33dbf5144e2190a0dc9963afa23ce93aa7af.zip
Make the list of place types an enumeration. Use unsigned values for
place numbers.
Diffstat (limited to 'atc/def.h')
-rw-r--r--atc/def.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/atc/def.h b/atc/def.h
index a27266dd..cb19256c 100644
--- a/atc/def.h
+++ b/atc/def.h
@@ -1,4 +1,4 @@
-/* $NetBSD: def.h,v 1.6 2003/08/07 09:36:53 agc Exp $ */
+/* $NetBSD: def.h,v 1.7 2014/03/22 22:58:56 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -65,11 +65,6 @@
#define D_UP 3
#define D_DOWN 4
-#define T_NODEST 0
-#define T_BEACON 1
-#define T_EXIT 2
-#define T_AIRPORT 3
-
#undef S_NONE
#undef S_GONE
#undef S_MARKED