Simplify some things, zomg c++11 for loops are beautiful

This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:01 +00:00
parent e310acfaf8
commit 3c4a90d068
2 changed files with 52 additions and 84 deletions

View file

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