Unified structure specifying alignment information ***/
| 332 | |
| 333 | /*** Unified structure specifying alignment information ***/ |
| 334 | struct Align { |
| 335 | const char *noun; /* law/balance/chaos */ |
| 336 | const char *adj; /* lawful/neutral/chaotic */ |
| 337 | const char *filecode; /* file code */ |
| 338 | short allow; /* equivalent ROLE_ mask */ |
| 339 | aligntyp value; /* equivalent A_ value */ |
| 340 | }; |
| 341 | #define ROLE_ALIGNS 3 /* number of permitted player alignments */ |
| 342 | |
| 343 | extern const struct Align aligns[]; /* table of available alignments */ |
nothing calls this directly
no outgoing calls
no test coverage detected