1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 03:19:10 +00:00

(svn r8899) -Fix

Remove the unused second parameter from GetTileRailType()
This commit is contained in:
tron
2007-02-25 11:36:19 +00:00
parent 1ce43c1a37
commit 3ce4baa9fc
6 changed files with 8 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ extern const Trackdir _dir_to_diag_trackdir[] = {
};
RailType GetTileRailType(TileIndex tile, Track track)
RailType GetTileRailType(TileIndex tile)
{
switch (GetTileType(tile)) {
case MP_RAILWAY: