1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 21:19:10 +00:00

(svn r9350) [0.5] -Backport from trunk (r9105, r9115, r9117, r9146):

- Fix: disable the ability to make flooding water with the canal build tool. In the scenario editor you can still make both canals and flooding water at height level 0 (r9105)
- Fix: make clear in the tooltips when the canal build tool (in the scenario editor) makes flooding water (r9115)
- Fix: difficulty level button was not selected when opening the difficulty window (r9117)
- Fix: "Train is lost" message is generated incorrectly (r9146)
This commit is contained in:
rubidium
2007-03-19 20:23:27 +00:00
parent 6ad4716dc1
commit d2ce2009b5
5 changed files with 8 additions and 4 deletions

View File

@@ -2250,6 +2250,7 @@ static bool NtpCallbFindStation(TileIndex tile, TrainTrackFollowerData *ttfd, in
* approximation of where the station is */
// found station
ttfd->best_track = track;
ttfd->best_bird_dist = 0;
return true;
} else {
uint dist;