Home
last modified time | relevance | path

Searched refs:RF3_TACTIC_MASK (Results 1 – 2 of 2) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dmspells1.c526 has_tactic = ((f4 & (RF3_TACTIC_MASK)) || (f5 & (RF4_TACTIC_MASK)) || in choose_attack_spell()
563 f4_mask = (RF3_TACTIC_MASK); in choose_attack_spell()
599 f4_mask = (RF3_TACTIC_MASK); in choose_attack_spell()
H A Ddefines.h3669 #define RF3_TACTIC_MASK \ macro