---------------------------------------------- PING MINIMAP ----------------------------------------------
| 211 | } |
| 212 | //---------------------------------------------- PING MINIMAP ---------------------------------------------- |
| 213 | void GameImpl::pingMinimap(int x, int y) |
| 214 | { |
| 215 | this->setLastError(); |
| 216 | QUEUE_COMMAND(BW::Orders::MinimapPing, x, y); |
| 217 | } |
| 218 | //--------------------------------------------- IS FLAG ENABLED -------------------------------------------- |
| 219 | bool GameImpl::isFlagEnabled(int flag) const |
| 220 | { |
no test coverage detected