more fixing & organizing for #98 .

This commit is contained in:
Zero Fanker 2024-10-01 20:05:58 -04:00
parent 6a6832f8c3
commit c22a01e56d
10 changed files with 39 additions and 39 deletions

View file

@ -40,7 +40,7 @@ public:
CString action = "Guard",
CString tag = "None",
CString flag1 = "0",
CString flag2 = "0",
CString group = "-1",
CString flag3 = "0",
CString flag4 = "0");
CAircraft(CWnd* pParent = NULL); // standard constructor
@ -52,7 +52,7 @@ public:
CString m_direction;
CString m_house;
CString m_flag1;
CString m_flag2;
CString m_group;
CString m_flag3;
CString m_flag4;
CString m_action;