AC_Avoidance: enumeration format fixes
This commit is contained in:
parent
3708ed7a45
commit
8a20820a41
@ -18,7 +18,9 @@ public:
|
||||
}
|
||||
|
||||
enum OA_DbItemImportance {
|
||||
Low, Normal, High
|
||||
Low,
|
||||
Normal,
|
||||
High,
|
||||
};
|
||||
|
||||
struct OA_DbItem {
|
||||
|
Loading…
Reference in New Issue
Block a user