mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Add missing return statement for the nullptr path
This commit is contained in:
@@ -156,6 +156,7 @@ public:
|
||||
if (tileElement == nullptr)
|
||||
{
|
||||
Close();
|
||||
return;
|
||||
}
|
||||
auto bannerCoords = banner->position.ToCoordsXY();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user