| 743 | } |
| 744 | |
| 745 | void ViewportUpdateSmartFollowVehicle(WindowBase* window) |
| 746 | { |
| 747 | window->focus = Focus(window->viewportSmartFollowSprite); |
| 748 | window->viewportTargetSprite = window->viewportSmartFollowSprite; |
| 749 | } |
| 750 | |
| 751 | static void ViewportRotateSingleInternal(WindowBase& w, int32_t direction) |
| 752 | { |
no test coverage detected