(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into account.

This commit is contained in:
michi_cc
2011-08-21 14:13:22 +00:00
parent 31777dcf1a
commit 214e7bc51d
3 changed files with 9 additions and 1 deletions

View File

@@ -41,7 +41,7 @@
* @param tile Tile of interest
* @return the waterclass to be used by the ship.
*/
static WaterClass GetEffectiveWaterClass(TileIndex tile)
WaterClass GetEffectiveWaterClass(TileIndex tile)
{
if (HasTileWaterClass(tile)) return GetWaterClass(tile);
if (IsTileType(tile, MP_TUNNELBRIDGE)) {