mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
Misc. clean ups
Define see-through paint colours in Paint.h for global use Color staff sprite button Change ride->is_visible bool to ignore_invisible_flag bool Add shortcut to open transparency options (CTRL+T)
This commit is contained in:
@@ -2196,7 +2196,7 @@ void PaintTrack(paint_session& session, Direction direction, int32_t height, con
|
||||
}
|
||||
|
||||
if ((session->ViewFlags & VIEWPORT_FLAG_SEETHROUGH_RIDES && session->ViewFlags & VIEWPORT_FLAG_INVISIBLE_RIDES)
|
||||
&& ride->is_visible == false)
|
||||
&& ride->ignore_invisible_flag == false)
|
||||
return;
|
||||
|
||||
if ((!gTrackDesignSaveMode || rideIndex == gTrackDesignSaveRideIndex)
|
||||
|
||||
Reference in New Issue
Block a user