add more comms error codes

This commit is contained in:
Seth Barberee
2022-12-28 20:31:46 -08:00
parent bbd78961d8
commit ea2bbf7c86
3 changed files with 51 additions and 47 deletions

View File

@@ -6,8 +6,11 @@
#define COMMS_DIFFERENT_MODES 4
#define COMMS_NO_ROOM_STORAGE 6
#define COMMS_DUPLICATE_MAIL 7
#define COMMS_MAIL_SENT_ALREADY 8
#define COMMS_NOT_ELIGIBLE_1 9
#define COMMS_FRIEND_NOT_ELIGIBLE 10
#define COMMS_NOT_ELIGIBLE_2 11
#define COMMS_FRIEND_NOT_ELIGIBLE_2 12
#define COMMS_NO_ROOM_MAIL 13
#define COMMS_NOT_READY 15