AC_Avoidance: enumeration format fixes

This commit is contained in:
Peter Barker 2023-01-24 15:29:27 +11:00 committed by Andrew Tridgell
parent 3708ed7a45
commit 8a20820a41

View File

@ -18,7 +18,9 @@ public:
}
enum OA_DbItemImportance {
Low, Normal, High
Low,
Normal,
High,
};
struct OA_DbItem {