From 8cd950e06ae95f7a92ec1d2f2743a295517c8fa2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 25 May 2007 23:32:30 +0000 Subject: (svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn. --- src/table/roadveh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') 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[] = { -- cgit v1.2.3-54-g00ecf