1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Fix formatting

This commit is contained in:
Gymnasiast
2021-07-27 13:44:00 +02:00
parent 2c04924678
commit 33ce96b6d9

View File

@@ -226,7 +226,7 @@ GameActions::Result::Ptr LargeSceneryPlaceAction::Execute() const
log_error("No free map elements available");
return std::make_unique<LargeSceneryPlaceActionResult>(GameActions::Status::NoFreeElements);
}
// Allocate banner
Banner* banner = nullptr;
if (sceneryEntry->scrolling_mode != SCROLLING_MODE_NONE)