--- deliantra/server/include/client.h 2006/12/17 23:10:35 1.8 +++ deliantra/server/include/client.h 2006/12/19 04:58:04 1.9 @@ -90,9 +90,8 @@ // a handler for a specific type of packet enum { - PF_PLAYER = 0x01, // must have valid player - PF_IMMEDIATE = 0x02, // TODO: hack, can be executed immediately - PF_PLAYING = 0x04, // must be in playing state + PF_PLAYER = 0x01, // must have valid player / will by synchronised + PF_PLAYING = 0x02, // must be in playing state }; struct packet_type