Home
last modified time | relevance | path

Searched refs:ACF_CLASS (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-cmd.c3100 if (get_check2("Restrict access to class?", FALSE)) mod |= ACF_CLASS; in cmd_house_chmod()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd2.c1616 if ((dna->a_flags & ACF_CLASS) && (p_ptr->pclass != (dna->creator & 0xff))) { in access_door()
1724 if (dna->a_flags & ACF_CLASS) { in access_door_colour()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h8135 #define ACF_CLASS 0x02 macro