1
0
Fork 0

(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)

release/0.7
rubidium 2008-08-02 22:48:14 +00:00
parent f6555cf6f8
commit 9295bd3f7c
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ CommandCost CmdRemoveSingleRail(TileIndex tile, uint32 flags, uint32 p1, uint32
}
} else {
SetTrackBits(tile, present);
SetTrackReservation(tile, GetTrackReservation(tile) & present);
}
}
break;