Feature #50 ยป 0007-get_effect_expected_value-Drop-assert-of-parameter-w.patch
| common/effects.c | ||
|---|---|---|
|
{
|
||
|
double sum = 0.;
|
||
|
fc_assert_ret_val(weighter, 0.);
|
||
|
if (context == NULL) {
|
||
|
context = req_context_empty();
|
||
|
}
|
||