(svn r18058) -Fix: typos in parameter names

This commit is contained in:
rubidium
2009-11-13 17:40:21 +00:00
parent 8d95e16ff1
commit c77c24cb7a
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@
/**
* Finds the end of a bridge in the specified direction starting at a middle tile
* @param t the bridge tile to find the bridge ramp for
* @param d the direction to search in
* @param tile the bridge tile to find the bridge ramp for
* @param dir the direction to search in
*/
static TileIndex GetBridgeEnd(TileIndex tile, DiagDirection dir)
{