Various harvesting fixes.

This commit is contained in:
Bob
2009-11-12 11:38:28 +13:00
parent 39a7b01f4a
commit efb200c16c
4 changed files with 56 additions and 55 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenRa.Game
return cellInfo;
}
static Func<int2, float> DefaultEstimator( int2 destination )
public static Func<int2, float> DefaultEstimator( int2 destination )
{
return here =>
{