Add range for relay errors.

This commit is contained in:
ehouse 2005-09-03 06:56:33 +00:00
parent c82fd2e4f2
commit 6a0abc16e8

View file

@ -29,6 +29,8 @@
#include "vtabmgr.h"
#include "comms.h"
#include "xwrelay.h"
#define LETTER_NONE '\0'
typedef enum {
@ -52,7 +54,8 @@ typedef enum {
/* ERR_NOT_YOUR_TURN_TO_MOVE, */
ERR_CANT_UNDO_TILEASSIGN,
ERR_RELAY_ERROR
ERR_RELAY_BASE,
ERR_RELAY_END = ERR_RELAY_BASE + XWRELAY_ERROR_LASTERR
} UtilErrID;
typedef enum {