Changeset - r6694:c9be0c2024b5
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-05-25 23:32:30
rubidium@openttd.org
(svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/table/roadveh.h
Show inline comments
 
@@ -1192,7 +1192,7 @@ static const RoadDriveEntry _roadveh_tra
 
	{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[] = {
0 comments (0 inline, 0 general)