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:
Marc Di Luzio 2014-12-16 13:13:02 +00:00
parent 43a2c58c56
commit 7a75fbd369
15 changed files with 110 additions and 57 deletions

View file

@ -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