1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Merge pull request #22386 from mrmbernardi/format

Apply check-code-formatting changes
This commit is contained in:
Michael Steenbeek
2024-10-03 13:21:45 +02:00
committed by GitHub
21 changed files with 1163 additions and 1163 deletions

View File

@@ -207,7 +207,7 @@ namespace OpenRCT2::Ui::Windows
constexpr uint16_t FlashGuests = (1 << 1);
constexpr uint16_t FlashStaff = (1 << 3);
constexpr uint16_t SwitchColour = (1 << 15); // Every couple ticks the colour switches
} // namespace MapFlashingFlags
} // namespace MapFlashingFlags
class MapWindow final : public Window
{