From b2a9d2cb961fabc1ca05052a645d90663d8e0a92 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 19 Aug 2025 15:57:40 -0300 Subject: cleaning up a few comments + login message enum --- src/communication.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/communication.hh') 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]; -- cgit v1.2.3