Remove broken code that did nothing

This commit is contained in:
duncanspumpkin 2016-09-03 08:37:44 +01:00
parent fe8f14be58
commit c702fc51d4
1 changed files with 0 additions and 2 deletions

View File

@ -520,8 +520,6 @@ bool metal_a_supports_paint_setup(int supportType, int segment, int special, int
esi += 72;
newSegment = esi[segment * 8];
if (height <= gSupportSegments[newSegment].height) {
esi += 72;
newSegment = esi[segment * 8];
return false;
}
}