Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Bugfixes "Fixes offset issues in ascii caused by the sidebar"
Purpose of change
Closes #29256 - Action highlights off center due to sidebar changes
Closes #29186 - Vehicle crosshair off center due to sidebar changes
Fixes #29192 - Weather doesn't appear on the left side of screen due to sidebar changes
Describe the solution
In places that were forgotten in the sidebar update, I added or subtracted g->sidebar_offset where needed to realign parts of the UI.
Describe alternatives you've considered
Another way of going about all this I briefly considered before being terrified of it is to have the mechanisms that draw things to a location on screen have the offset built in, rather than offsetting at the top level.
Additional context
There's still more to be done. In combat for a fraction of a second an animation appears and it is off center, not sure where that is. Also I don't think my solution for weather animation is as robust as it could be. It seems to work for now however. If new issues appear I will try again.