Another step in de-obscurifying the travel code.
[open-adventure.git] / make_dungeon.py
index e7e37ae2c6baeaa23177901de65824468e45d0c5..bc8751d3707472ac23eb1f35b4d8ff57e4baf7f2 100755 (executable)
@@ -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)