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

@ -67,6 +67,8 @@ enum atc_type {
ENROUTE
};
const int ATC_NUM_TYPES = 7;
// DCL - new experimental ATC data store
struct ATCData {
atc_type type;