Home
last modified time | relevance | path

Searched defs:travlist (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/adventure/
H A Dhdr.h109 extern struct travlist { /* direcs & conditions of travel */ struct
110 struct travlist *next; /* ptr to next list entry */ argument
111 int conditions; /* m in writeup (newloc / 1000) */
112 int tloc; /* n in writeup (newloc % 1000) */
113 int tverb; /* the verb that takes you there */