diff options
author | rubidium <rubidium@openttd.org> | 2007-05-25 23:32:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-05-25 23:32:30 +0000 |
commit | 8cd950e06ae95f7a92ec1d2f2743a295517c8fa2 (patch) | |
tree | f151c422b6c80bc6478a980ca2627fa81fa7dbf7 /src/table | |
parent | 71614fef8123476441ef6e76e01529002b53eea1 (diff) | |
download | openttd-8cd950e06ae95f7a92ec1d2f2743a295517c8fa2.tar.xz |
(svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn.
Diffstat (limited to 'src/table')
-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[] = { |