| 813 | return CLIENT_VERSION; |
| 814 | } |
| 815 | bool GameImpl::isDebug() const |
| 816 | { |
| 817 | return BUILD_DEBUG == 1; |
| 818 | } |
| 819 | //----------------------------------------------- LAT COMPENSATION ----------------------------------------- |
| 820 | bool GameImpl::isLatComEnabled() const |
| 821 | { |
no outgoing calls
no test coverage detected