summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-21 11:26:50 +0000
committerrubidium <rubidium@openttd.org>2008-09-21 11:26:50 +0000
commit0f56f5208040f0200eaf70507bdd8a93c05dbfc5 (patch)
treebb8ac156006627fb3292efd8bef6f5ec723c86c9 /src/table
parenta4fd962adfcaddb609f83e48e35ceef3984db9dc (diff)
downloadopenttd-0f56f5208040f0200eaf70507bdd8a93c05dbfc5.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.h2
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},