Home
last modified time | relevance | path

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

/csrg-svn/games/adventure/
H A Dhdr.h83 struct travlist /* direcs & conditions of travel*/ struct
84 { struct travlist *next; /* ptr to next list entry */
85 int conditions; /* m in writeup (newloc / 1000) */
86 int tloc; /* n in writeup (newloc % 1000) */
87 int tverb; /* the verb that takes you there*/