mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Fix #22077: Diagonal flat chained/unchained reversed
This commit is contained in:
committed by
GitHub
parent
0eee7377f5
commit
9cd648747f
@@ -5418,8 +5418,8 @@ static void MineTrainRCTrackDiagFlat(
|
||||
const TrackElement& trackElement)
|
||||
{
|
||||
constexpr ImageIndex images[2][NumOrthogonalDirections] = {
|
||||
{ 20386, 20387, 20388, 20389 },
|
||||
{ 20358, 20359, 20360, 20361 },
|
||||
{ 20386, 20387, 20388, 20389 },
|
||||
};
|
||||
|
||||
TrackPaintUtilDiagTilesPaint(
|
||||
|
||||
Reference in New Issue
Block a user