| 1695 | } |
| 1696 | |
| 1697 | void Player::disableInterpolation() { |
| 1698 | m_netGroup.disableNetInterpolation(); |
| 1699 | } |
| 1700 | |
| 1701 | void Player::processControls() { |
| 1702 | bool run = !m_shifting && !m_statusController->statPositive("encumberance"); |
nothing calls this directly
no test coverage detected