---------------------------------------------- RESUME GAME -----------------------------------------------
| 549 | } |
| 550 | //---------------------------------------------- RESUME GAME ----------------------------------------------- |
| 551 | void GameImpl::resumeGame() |
| 552 | { |
| 553 | // Resumes the game |
| 554 | this->setLastError(); |
| 555 | if ( !this->tournamentCheck(Tournament::ResumeGame) ) |
| 556 | return; |
| 557 | QUEUE_COMMAND(BW::Orders::ResumeGame); |
| 558 | } |
| 559 | //---------------------------------------------- LEAVE GAME ------------------------------------------------ |
| 560 | void GameImpl::leaveGame() |
| 561 | { |
no test coverage detected