| 5123 | } |
| 5124 | |
| 5125 | void CGameClient::ResetMultiView() |
| 5126 | { |
| 5127 | m_Camera.SetZoom(CCamera::ZoomStepsToValue(g_Config.m_ClDefaultZoom - 10), g_Config.m_ClSmoothZoomTime, true); |
| 5128 | m_MultiViewPersonalZoom = 0.0f; |
| 5129 | m_MultiViewActivated = false; |
| 5130 | m_MultiView.m_Solo = false; |
| 5131 | m_MultiView.m_IsInit = false; |
| 5132 | m_MultiView.m_Teleported = false; |
| 5133 | m_MultiView.m_OldCameraDistance = 0.0f; |
| 5134 | } |
| 5135 | |
| 5136 | void CGameClient::CleanMultiViewIds() |
| 5137 | { |