changeset 6694:8d3cb3fdf98e draft

(svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn.
author rubidium <rubidium@openttd.org>
date Fri, 25 May 2007 23:32:30 +0000
parents cb2e0e8820f5
children 0beeba5b2cd8
files src/table/roadveh.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/roadveh.h
+++ b/src/table/roadveh.h
@@ -1192,7 +1192,7 @@
 	{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[] = {