diff options
Diffstat (limited to 'src/q_shared.h')
-rw-r--r-- | src/q_shared.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/q_shared.h b/src/q_shared.h index 790049c..7fa1ad2 100644 --- a/src/q_shared.h +++ b/src/q_shared.h @@ -120,7 +120,8 @@ typedef int qerror_t; typedef enum { ERR_FATAL, // exit the entire game with a popup window ERR_DROP, // print to console and disconnect from game - ERR_DISCONNECT, // don't kill server + ERR_DISCONNECT, // like drop, but not an error + ERR_RECONNECT // make server broadcast 'reconnect' message } error_type_t; typedef enum { |