Feature #1029 ยป 0058-action_prob-Change-known-type-to-enum-fc_tristate.patch
| common/actions.c | ||
|---|---|---|
|
const struct req_context *target,
|
||
|
const struct extra_type *target_extra)
|
||
|
{
|
||
|
int known;
|
||
|
enum fc_tristate known;
|
||
|
struct act_prob chance;
|
||
|
const struct action *paction = action_by_number(wanted_action);
|
||