src/Network/Protocol.hh
changeset 302 e734d8e9bbb5
parent 296 4d3ebaa29430
child 328 51d644c8d5a2
equal deleted inserted replaced
301:02ad02d28245 302:e734d8e9bbb5
    76      * float32  aim
    76      * float32  aim
    77      */
    77      */
    78     NETMSG_PLAYER_POSITION      = 0x0301,
    78     NETMSG_PLAYER_POSITION      = 0x0301,
    79 
    79 
    80     /*
    80     /*
       
    81      * Player has spawned somewhere
       
    82      *
       
    83      * Vector   position
       
    84      */
       
    85     NETMSG_PLAYER_SPAWN         = 0x0302,
       
    86 
       
    87     /*
       
    88      * Player has died
       
    89      *
       
    90      */
       
    91     NETMSG_PLAYER_DIE           = 0x0303,
       
    92 
       
    93     /*
    81      * Terrain update, removeGround
    94      * Terrain update, removeGround
    82      *
    95      *
    83      * Vector   position 
    96      * Vector   position 
    84      * float32  radius          
    97      * float32  radius          
    85      */
    98      */