X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=templates%2Fdungeon.h.tpl;fp=templates%2Fdungeon.h.tpl;h=66d65ab41aedab0ca77338fc579b201fe1e08857;hp=8c07ed523f9315063591dcdedd66e7b1d4dcd520;hb=67a887f432fa175300e6d51069587175dee76e17;hpb=00c2182d9b21b3d9071b090bad7b168b13322ee3 diff --git a/templates/dungeon.h.tpl b/templates/dungeon.h.tpl index 8c07ed5..66d65ab 100644 --- a/templates/dungeon.h.tpl +++ b/templates/dungeon.h.tpl @@ -104,13 +104,6 @@ typedef struct {{ const bool stop; }} travelop_t; -/* Abstract out the encoding of words in the travel array. Gives us - * some hope of getting to a less cryptic representation than we - * inherited from FORTRAN, someday. To understand these, read the - * encoding description for travel. - */ -#define T_TERMINATE(entry) ((entry).motion == 1) - extern const location_t locations[]; extern const object_t objects[]; extern const char* arbitrary_messages[];