From 1eadf9942ad07ba3c60f9a027cf232a351fa9b05 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 4 Aug 2007 18:23:26 +0000 Subject: fixed handling of versions. added error messages when disconnected. updated the connecting gui. fixed no streched clouds --- src/engine/packet.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/engine/packet.h') diff --git a/src/engine/packet.h b/src/engine/packet.h index 1700665d..79c969c2 100644 --- a/src/engine/packet.h +++ b/src/engine/packet.h @@ -11,6 +11,10 @@ enum { NETMSG_NULL=0, + // the first thing sent by the client + // contains the version info for the client + NETMSG_INFO=1, + // sent by server NETMSG_MAP, NETMSG_SNAP, @@ -18,7 +22,6 @@ enum NETMSG_SNAPSMALL, // sent by client - NETMSG_INFO, NETMSG_ENTERGAME, NETMSG_INPUT, NETMSG_SNAPACK, -- cgit 1.4.1