| 143 | } |
| 144 | |
| 145 | aithread::~aithread() |
| 146 | { |
| 147 | for ( std::deque<char*>::iterator c = this->debugQueue.begin(); c != this->debugQueue.end(); ++c ) |
| 148 | free(*c); |
| 149 | this->debugQueue.clear(); |
| 150 | } |
| 151 | |
| 152 | int GetStandardUnitCount(UnitType type, bool bCompleted, Player player) |
| 153 | { |