mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix build failures
This commit is contained in:
@@ -219,7 +219,6 @@ private:
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
if (w->viewport->flags == wflags)
|
||||
|
||||
@@ -1395,6 +1395,8 @@ VisibilityKind GetPaintStructVisibility(const paint_struct* ps, uint32_t viewFla
|
||||
return VisibilityKind::Hidden;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
@@ -1441,6 +1443,8 @@ VisibilityKind GetPaintStructVisibility(const paint_struct* ps, uint32_t viewFla
|
||||
return (viewFlags & VIEWPORT_FLAG_INVISIBLE_SCENERY) ? VisibilityKind::Hidden : VisibilityKind::Partial;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return VisibilityKind::Visible;
|
||||
}
|
||||
|
||||
@@ -446,9 +446,6 @@ static constexpr const uint16_t word_97B3C4[] = {
|
||||
0,
|
||||
};
|
||||
|
||||
constexpr uint32_t primaryColour = COLOUR_BRIGHT_YELLOW;
|
||||
constexpr uint32_t secondaryColour = COLOUR_GREY;
|
||||
constexpr uint32_t seeThoughFlags = IMAGE_TYPE_TRANSPARENT | (primaryColour << 19) | (secondaryColour << 24);
|
||||
// clang-format on
|
||||
|
||||
bool wooden_a_supports_paint_setup(
|
||||
|
||||
Reference in New Issue
Block a user