diff options
author | rubidium <rubidium@openttd.org> | 2008-09-21 11:26:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-09-21 11:26:50 +0000 |
commit | cccd1a8739ee15460c9fa927c451abe76820a4d8 (patch) | |
tree | bb8ac156006627fb3292efd8bef6f5ec723c86c9 /src/table | |
parent | 3dceffd2837a1f0c529ae3ae4fbe9e50dfcf4ed4 (diff) | |
download | openttd-cccd1a8739ee15460c9fa927c451abe76820a4d8.tar.xz |
(svn r14368) -Fix [FS#1852]: trams jumping when reversing on a single trambit (like caused during road construction reworks) or when (manually) reversing in a corner.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/roadveh_movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/roadveh_movement.h b/src/table/roadveh_movement.h index a6f3e543a..76c94beae 100644 --- a/src/table/roadveh_movement.h +++ b/src/table/roadveh_movement.h @@ -1259,7 +1259,7 @@ static const RoadDriveEntry _roadveh_tram_turn_sw_0[] = { {15, 7}, {15, 6}, {15, 5}, - {RDE_TURNED | DIAGDIR_SW, 0}, + {RDE_TURNED | DIAGDIR_NE, 0}, {14, 5}, {13, 5}, {12, 5}, |