1
0
Fork 0

Add a constant holding the number of different ATC types

This commit is contained in:
daveluff 2003-10-11 18:08:45 +00:00
parent 497559f2ba
commit eb0b8ad47c

View file

@ -65,7 +65,9 @@ enum atc_type {
APPROACH,
DEPARTURE,
ENROUTE
};
};
const int ATC_NUM_TYPES = 7;
// DCL - new experimental ATC data store
struct ATCData {