Simplify some things, zomg c++11 for loops are beautiful
This commit is contained in:
parent
e310acfaf8
commit
3c4a90d068
2 changed files with 52 additions and 84 deletions
|
@ -67,14 +67,6 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
// Simulate all movements
|
||||
int SimulateMovements();
|
||||
|
||||
// Simulate all actions
|
||||
int SimulateActions();
|
||||
|
||||
int VerifyOrderUnitPair( const OrderUnitPair& pair ) const;
|
||||
|
||||
// Verify any order
|
||||
int VerifyOrder( player_id_t player, const COrder& order ) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue