Various harvesting fixes.
This commit is contained in:
@@ -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 =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user