1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Update code formatting for clang-format 19

This commit is contained in:
Michał Janiszewski
2024-12-09 23:25:40 +01:00
parent 78984e8efe
commit 6a04aaf2fa
5 changed files with 6 additions and 14 deletions

View File

@@ -709,7 +709,7 @@ void ViewportUpdateFollowSprite(WindowBase* window)
if (!(gScreenFlags & SCREEN_FLAGS_TITLE_DEMO))
{
int32_t height = (TileElementHeight({ sprite->x, sprite->y })) - 16;
int32_t height = (TileElementHeight({ sprite->x, sprite->y }))-16;
int32_t underground = sprite->z < height;
ViewportSetUndergroundFlag(underground, window, window->viewport);
}