(svn r8721) -Fix (8715): road vehicles could not turn around properly
This commit is contained in:
@@ -1485,7 +1485,7 @@ again:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Set vehicle to second frame on the tile */
|
/* 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;
|
v->u.road.frame = 1;
|
||||||
|
|
||||||
if (newdir != v->direction) {
|
if (newdir != v->direction) {
|
||||||
|
Reference in New Issue
Block a user