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.8 by root, Sun Dec 17 23:10:35 2006 UTC vs.
Revision 1.9 by root, Tue Dec 19 04:58:04 2006 UTC

88 int len; 88 int len;
89}; 89};
90 90
91// a handler for a specific type of packet 91// a handler for a specific type of packet
92enum { 92enum {
93 PF_PLAYER = 0x01, // must have valid player 93 PF_PLAYER = 0x01, // must have valid player / will by synchronised
94 PF_IMMEDIATE = 0x02, // TODO: hack, can be executed immediately
95 PF_PLAYING = 0x04, // must be in playing state 94 PF_PLAYING = 0x02, // must be in playing state
96}; 95};
97 96
98struct packet_type 97struct packet_type
99{ 98{
100 const char *name; 99 const char *name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines