summaryrefslogtreecommitdiff
path: root/src/dummy_land.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-02-18 16:11:31 +0000
committersmatz <smatz@openttd.org>2008-02-18 16:11:31 +0000
commit29125c0e68ffc3d4627212f33bce39ba108cd341 (patch)
tree931c3875fce3f210d8676944d6ea635dac295fc7 /src/dummy_land.cpp
parenta0a225ab021f4cbb65679c04898d6f3eb8eb3662 (diff)
downloadopenttd-29125c0e68ffc3d4627212f33bce39ba108cd341.tar.xz
(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
Diffstat (limited to 'src/dummy_land.cpp')
-rw-r--r--src/dummy_land.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dummy_land.cpp b/src/dummy_land.cpp
index f2d7527f8..8ba8d2903 100644
--- a/src/dummy_land.cpp
+++ b/src/dummy_land.cpp
@@ -64,7 +64,7 @@ static void ChangeTileOwner_Dummy(TileIndex tile, PlayerID old_player, PlayerID
/* not used */
}
-static uint32 GetTileTrackStatus_Dummy(TileIndex tile, TransportType mode, uint sub_mode)
+static uint32 GetTileTrackStatus_Dummy(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)
{
return 0;
}