diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-09 09:55:06 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-09 14:21:29 -0400 |
commit | 32aa87c7e126357165e1efa2f6e1ed3d3aadbdf8 (patch) | |
tree | 2f16d142fb2c7b5d766c1afaee13f41b775f6515 /include/constants | |
parent | 2c062dc76478c5e6ce126310ece41355d4156c42 (diff) |
More trade doc, fix switch indentations
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trade.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/trade.h b/include/constants/trade.h index 7f61c88e8..8a2626c9a 100644 --- a/include/constants/trade.h +++ b/include/constants/trade.h @@ -21,6 +21,8 @@ #define CANCEL_TRADE 2 #define WANTS_TO_TRADE 1 #define WANTS_TO_CANCEL 2 +#define READY_FINISH_TRADE 1 +#define FINISH_TRADE 2 // Return values for CanTradeSelectedMon #define CAN_TRADE_MON 0 |