mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-19 12:44:55 -04:00
more fixing & organizing for #98 .
This commit is contained in:
parent
6a6832f8c3
commit
c22a01e56d
10 changed files with 39 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue