diff --git a/src/openrct2-ui/windows/News.cpp b/src/openrct2-ui/windows/News.cpp index 642ee09c01..d65b65fc88 100644 --- a/src/openrct2-ui/windows/News.cpp +++ b/src/openrct2-ui/windows/News.cpp @@ -125,8 +125,7 @@ public: ScreenSize OnScrollGetSize(int32_t scrollIndex) override { - int32_t scrollHeight = static_cast(GetGameState().NewsItems.GetArchived().size()) - * CalculateItemHeight(); + int32_t scrollHeight = static_cast(GetGameState().NewsItems.GetArchived().size()) * CalculateItemHeight(); return { WW, scrollHeight }; }