Remove superfluous check in TryPathReserveFromDepot
commit6353b9f51e956be1e9262a6e80516faeae5c10b1
authorcirdan <cirdansw@gmail.com>
Sat, 11 Apr 2015 07:42:11 +0000 (11 09:42 +0200)
committercirdan <cirdansw@gmail.com>
Sat, 11 Apr 2015 07:42:11 +0000 (11 09:42 +0200)
tree5001aaa54a6554c42acdb2eb17e6b8d07ac7c041
parent01d2460ba5d0d3e41d10401f313febebce5c3916
Remove superfluous check in TryPathReserveFromDepot

There should be no need to call HasReservedTracks in
TryPathReserveFromDepot; if there is any conflicting reservation
in the tile ahead, it will be caught by ChooseTrainTrack through
ExtendTrainReservation.
src/train_cmd.cpp