1
0
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:
Michael Steenbeek
2017-07-20 12:57:37 +02:00
committed by GitHub
parent 343e436e45
commit bb09019d9b
15 changed files with 56 additions and 47 deletions

View File

@@ -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) {
// ?
}