Clean up CXX Flags and remove statements relating to us being cool. If you have to say it, it ain't true
This commit is contained in:
parent
43a2c58c56
commit
7a75fbd369
15 changed files with 110 additions and 57 deletions
|
@ -15,7 +15,7 @@ enum class order_c : char
|
|||
L = 'L',
|
||||
R = 'R',
|
||||
A = 'A',
|
||||
INVALID
|
||||
NUM_INVALID
|
||||
};
|
||||
|
||||
// Container for an order
|
||||
|
@ -24,7 +24,7 @@ struct COrder
|
|||
// Base constructor makes invalid order
|
||||
COrder()
|
||||
: unit ( unit_id_invalid )
|
||||
, order ( order_c::INVALID )
|
||||
, order ( order_c::NUM_INVALID )
|
||||
{}
|
||||
|
||||
// Unit order is for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue