Bug #1547 ยป 3_4-document_only_aak_unit_in_units.patch
client/helpdata.c | ||
---|---|---|
action_iterate(act) {
|
||
struct action *paction = action_by_number(act);
|
||
if (AAK_UNIT != action_get_actor_kind(action_by_number(act))) {
|
||
/* Does not belong here */
|
||
continue;
|
||
}
|
||
if (action_by_number(act)->quiet) {
|
||
/* The ruleset documents this action it self. */
|
||
continue;
|