diff options
Diffstat (limited to 'src/communication.hh')
| -rw-r--r-- | src/communication.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/communication.hh b/src/communication.hh index df0e00a..06de897 100644 --- a/src/communication.hh +++ b/src/communication.hh @@ -6,6 +6,12 @@ struct TPlayerData; +enum{ + LOGIN_MESSAGE_ERROR = SV_CMD_LOGIN_ERROR, + LOGIN_MESSAGE_PREMIUM = SV_CMD_LOGIN_PREMIUM, + LOGIN_MESSAGE_WAITINGLIST = SV_CMD_LOGIN_WAITINGLIST, +}; + struct TWaitinglistEntry { TWaitinglistEntry *Next; char Name[30]; |
