Another step in de-obscurifying the travel code.
This commit is contained in:
parent
e05f959974
commit
0aa70d04cf
2 changed files with 5 additions and 7 deletions
|
@ -161,8 +161,6 @@ typedef struct {{
|
|||
* inherited from FORTRAN, someday. To understand these, read the
|
||||
* encoding description for travel.
|
||||
*/
|
||||
#define T_DESTINATION(entry) (entry).dest
|
||||
#define T_CONDITION(entry) (entry).cond
|
||||
#define T_NODWARVES(entry) (T_CONDITION(entry) == 100)
|
||||
#define T_TERMINATE(entry) ((entry).motion == 1)
|
||||
#define L_SPEAK(loc) ((loc) - 500)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue