mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn.
This commit is contained in:
parent
71614fef81
commit
8cd950e06a
@ -1192,7 +1192,7 @@ static const RoadDriveEntry _roadveh_tram_turn_se_0[] = {
|
|||||||
{9, 2},
|
{9, 2},
|
||||||
{9, 1},
|
{9, 1},
|
||||||
{9, 0},
|
{9, 0},
|
||||||
{RDE_TURNED | DIAGDIR_NW, 0}
|
{RDE_NEXT_TILE | DIAGDIR_NW, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const RoadDriveEntry _roadveh_tram_turn_se_1[] = {
|
static const RoadDriveEntry _roadveh_tram_turn_se_1[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user