Add a DEMOTE_WORD() macro.

This commit is contained in:
Jason S. Ninneman 2017-07-01 06:18:24 -07:00
parent 2328739e51
commit 36a6cbca34

View file

@ -59,6 +59,7 @@
#define ACTION_WORD(n) ((n) + 2000)
#define SPECIAL_WORD(n) ((n) + 3000)
#define PROMOTE_WORD(n) ((n) + 1000)
#define DEMOTE_WORD(n) ((n) - 1000)
enum bugtype {
SPECIAL_TRAVEL_500_GT_L_GT_300_EXCEEDS_GOTO_LIST,