diff options
-rw-r--r-- | src/table/roadveh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/roadveh.h b/src/table/roadveh.h index 59ffe344a..6f8c7a66d 100644 --- a/src/table/roadveh.h +++ b/src/table/roadveh.h @@ -1192,7 +1192,7 @@ static const RoadDriveEntry _roadveh_tram_turn_se_0[] = { {9, 2}, {9, 1}, {9, 0}, - {RDE_TURNED | DIAGDIR_NW, 0} + {RDE_NEXT_TILE | DIAGDIR_NW, 0} }; static const RoadDriveEntry _roadveh_tram_turn_se_1[] = { |