From eb0b8ad47c12769b3c9d7faae36556104ff9ae3f Mon Sep 17 00:00:00 2001 From: daveluff Date: Sat, 11 Oct 2003 18:08:45 +0000 Subject: [PATCH] Add a constant holding the number of different ATC types --- src/ATC/ATC.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ATC/ATC.hxx b/src/ATC/ATC.hxx index 071cd5038..1c96f86ad 100644 --- a/src/ATC/ATC.hxx +++ b/src/ATC/ATC.hxx @@ -65,7 +65,9 @@ enum atc_type { APPROACH, DEPARTURE, ENROUTE -}; +}; + +const int ATC_NUM_TYPES = 7; // DCL - new experimental ATC data store struct ATCData { -- 2.39.5