1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 00:49:11 +00:00

(svn r8721) -Fix (8715): road vehicles could not turn around properly

This commit is contained in:
rubidium
2007-02-14 00:50:34 +00:00
parent 458b564726
commit f7783212b1

View File

@@ -1485,7 +1485,7 @@ again:
}
/* Set vehicle to second frame on the tile */
CLRBIT(v->u.road.state, RVS_DRIVE_SIDE);
v->u.road.state = tmp & ~(1 << RVS_DRIVE_SIDE);
v->u.road.frame = 1;
if (newdir != v->direction) {