aboutsummaryrefslogtreecommitdiff
path: root/src/communication.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-19 15:57:40 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-19 15:57:40 -0300
commitb2a9d2cb961fabc1ca05052a645d90663d8e0a92 (patch)
tree129a81a0e4cde5da8012e37361497d890b389d9c /src/communication.hh
parent232218239b9dcfefe210f47cf554b548d832a748 (diff)
downloadgame-b2a9d2cb961fabc1ca05052a645d90663d8e0a92.tar.gz
game-b2a9d2cb961fabc1ca05052a645d90663d8e0a92.zip
cleaning up a few comments + login message enum
Diffstat (limited to 'src/communication.hh')
-rw-r--r--src/communication.hh6
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];