Project

General

Profile

Bug #1547 ยป 3_4-document_only_aak_unit_in_units.patch

Alexandr Ignatiev, 06/29/2025 10:52 PM

View differences:

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;
    (1-1/1)