Another step in de-obscurifying the travel code.

This commit is contained in:
Eric S. Raymond 2017-07-01 14:20:34 -04:00
parent e05f959974
commit 0aa70d04cf
2 changed files with 5 additions and 7 deletions

View file

@ -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)