mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Name and fix vehicle entry and tertiary colour flags
This commit is contained in:
committed by
GitHub
parent
343e436e45
commit
bb09019d9b
@@ -857,7 +857,7 @@ static void widget_draw_image(rct_drawpixelinfo *dpi, rct_window *w, rct_widgeti
|
||||
colour = ColourMapA[NOT_TRANSLUCENT(colour)].mid_light;
|
||||
gfx_draw_sprite_solid(dpi, image, l, t, colour);
|
||||
} else {
|
||||
if (image & 0x80000000) {
|
||||
if (image & IMAGE_TYPE_REMAP_2_PLUS) {
|
||||
// ?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user