mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Return false if there was no space for supports
This commit is contained in:
@@ -517,7 +517,7 @@ bool metal_a_supports_paint_setup(int supportType, int segment, int special, int
|
||||
if (height <= gSupportSegments[newSegment].height) {
|
||||
esi += 72;
|
||||
newSegment = esi[segment * 8];
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user