comment
This commit is contained in:
parent
9aefcebddf
commit
c780454b78
@ -44,5 +44,9 @@ public interface ActionCosts extends ActionCostsButOnlyTheOnesThatMakeMickeyDieI
|
|||||||
*/
|
*/
|
||||||
double PLACE_ONE_BLOCK_COST = 20;
|
double PLACE_ONE_BLOCK_COST = 20;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* don't make this Double.MAX_VALUE because it's added to other things, maybe other COST_INFs,
|
||||||
|
* and that would make it overflow to negative
|
||||||
|
*/
|
||||||
double COST_INF = 1000000;
|
double COST_INF = 1000000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user