| 311 | } |
| 312 | |
| 313 | void UserEventStream::ApplyAnimations() |
| 314 | { |
| 315 | if (m_animationSystem.AnimationExists(Animation::Object::MapPlane)) |
| 316 | { |
| 317 | ScreenBase screen; |
| 318 | if (m_animationSystem.GetScreen(GetCurrentScreen(), screen)) |
| 319 | m_navigator.SetFromScreen(screen); |
| 320 | |
| 321 | m_modelViewChanged = true; |
| 322 | } |
| 323 | } |
| 324 | |
| 325 | ScreenBase const & UserEventStream::GetCurrentScreen() const |
| 326 | { |
nothing calls this directly
no test coverage detected