diff --git a/media/baseset/openttd.grf b/media/baseset/openttd.grf index 5f25388645..137e845300 100644 Binary files a/media/baseset/openttd.grf and b/media/baseset/openttd.grf differ diff --git a/media/baseset/openttd/openttdgui.png b/media/baseset/openttd/openttdgui.png index e9fea8b976..fdb68002f7 100644 Binary files a/media/baseset/openttd/openttdgui.png and b/media/baseset/openttd/openttdgui.png differ diff --git a/src/table/station_land.h b/src/table/station_land.h index 0aa2e63480..f4e4b4ac92 100644 --- a/src/table/station_land.h +++ b/src/table/station_land.h @@ -657,13 +657,13 @@ static const DrawTileSeqStruct _station_display_datas_road_waypoint_Y[] = { }; static const DrawTileSeqStruct _station_display_datas_waypoint_X[] = { - TILE_SEQ_LINE( 0, 0, 0, 16, 5, 23, SPR_WAYPOINT_X_1 | (1U << PALETTE_MODIFIER_COLOUR)) - TILE_SEQ_LINE( 0, 11, 0, 16, 5, 23, SPR_WAYPOINT_X_2 | (1U << PALETTE_MODIFIER_COLOUR)) + TILE_SEQ_LINE( 0, 0, 0, 16, 5, 16, SPR_WAYPOINT_X_1 | (1U << PALETTE_MODIFIER_COLOUR)) + TILE_SEQ_LINE( 0, 11, 0, 16, 5, 16, SPR_WAYPOINT_X_2 | (1U << PALETTE_MODIFIER_COLOUR)) }; static const DrawTileSeqStruct _station_display_datas_waypoint_Y[] = { - TILE_SEQ_LINE( 0, 0, 0, 5, 16, 23, SPR_WAYPOINT_Y_1 | (1U << PALETTE_MODIFIER_COLOUR)) - TILE_SEQ_LINE(11, 0, 0, 5, 16, 23, SPR_WAYPOINT_Y_2 | (1U << PALETTE_MODIFIER_COLOUR)) + TILE_SEQ_LINE( 0, 0, 0, 5, 16, 16, SPR_WAYPOINT_Y_1 | (1U << PALETTE_MODIFIER_COLOUR)) + TILE_SEQ_LINE(11, 0, 0, 5, 16, 16, SPR_WAYPOINT_Y_2 | (1U << PALETTE_MODIFIER_COLOUR)) }; #undef TILE_SEQ_LINE