| 822 | return data->hasLatCom; |
| 823 | } |
| 824 | void GameImpl::setLatCom(bool isEnabled) |
| 825 | { |
| 826 | if ( !this->tournamentCheck(Tournament::SetLatCom, &isEnabled) ) |
| 827 | return; |
| 828 | data->hasLatCom = isEnabled; |
| 829 | } |
| 830 | //----------------------------------------------- GET INSTANCE ID ------------------------------------------ |
| 831 | int GameImpl::getInstanceNumber() const |
| 832 | { |
no test coverage detected