From 90528dc78efe2d12157a3a18caa24c08a1869ff6 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 2 Feb 2007 07:48:06 +0000 Subject: (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists. --- src/water_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/water_cmd.cpp') diff --git a/src/water_cmd.cpp b/src/water_cmd.cpp index 42fa1b9fc..048d6d45e 100644 --- a/src/water_cmd.cpp +++ b/src/water_cmd.cpp @@ -352,7 +352,7 @@ static bool IsWateredTile(TileIndex tile) return false; } - case MP_STATION: return IsOilRig(tile) || IsDock(tile) || IsBuoy_(tile); + case MP_STATION: return IsOilRig(tile) || IsDock(tile) || IsBuoy(tile); default: return false; } } -- cgit v1.2.3-54-g00ecf