--------------------------------------------- GET GAME TYPE ----------------------------------------------
| 80 | } |
| 81 | //--------------------------------------------- GET GAME TYPE ---------------------------------------------- |
| 82 | GameType GameImpl::getGameType() const |
| 83 | { |
| 84 | if (isReplay()) |
| 85 | return GameTypes::None; |
| 86 | return GameType(BW::BWDATA::gameType); |
| 87 | } |
| 88 | //---------------------------------------------- GET LATENCY ----------------------------------------------- |
| 89 | int GameImpl::getLatency() const |
| 90 | { |
no test coverage detected