(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
1 changed files with 1 additions and 1 deletions

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) {