ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.26 by pippijn, Mon Jan 15 21:06:18 2007 UTC vs.
Revision 1.27 by root, Sun Feb 4 00:39:32 2007 UTC

98 ST_GET_PARTY_PASSWORD, 98 ST_GET_PARTY_PASSWORD,
99}; 99};
100 100
101// a handler for a specific type of packet 101// a handler for a specific type of packet
102enum { 102enum {
103 PF_PLAYER = 0x01, // must have valid player / will by synchronised 103 PF_PLAYER = 0x01, // must have valid player / will by synchronised
104 PF_PLAYING = 0x02, // must be in playing state 104 PF_PLAYING = 0x02, // must be in playing state
105}; 105};
106 106
107struct packet_type 107struct packet_type
108{ 108{
109 const char *name; 109 const char *name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines