From cccd1a8739ee15460c9fa927c451abe76820a4d8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 21 Sep 2008 11:26:50 +0000 Subject: (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. --- src/table/roadveh_movement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') 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}, -- cgit v1.2.3-70-g09d2