mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r8721) -Fix (8715): road vehicles could not turn around properly
This commit is contained in:
parent
458b564726
commit
f7783212b1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user