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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user