Fix crash when removing rail depot or road when debug window open on tile

This commit is contained in:
Jonathan G Rennison
2021-01-05 17:44:19 +00:00
parent 204f8e173f
commit 6965a339c4
2 changed files with 4 additions and 0 deletions

View File

@@ -2403,6 +2403,7 @@ static CommandCost RemoveTrainDepot(TileIndex tile, DoCommandFlag flags)
AddSideToSignalBuffer(tile, dir, owner);
YapfNotifyTrackLayoutChange(tile, DiagDirToDiagTrack(dir));
if (v != nullptr) TryPathReserve(v, true);
DeleteNewGRFInspectWindow(GSF_RAILTYPES, tile);
}
return CommandCost(EXPENSES_CONSTRUCTION, _price[PR_CLEAR_DEPOT_TRAIN]);