src/Network/Protocol.hh
changeset 296 4d3ebaa29430
parent 276 87434abc1ba1
child 302 e734d8e9bbb5
--- a/src/Network/Protocol.hh	Mon Dec 08 16:46:48 2008 +0000
+++ b/src/Network/Protocol.hh	Mon Dec 08 17:24:40 2008 +0000
@@ -132,6 +132,14 @@
      */
     NETMSG_PROJECTILE_PLAYER_FIRED  = 0x0411,
 
+    /**
+     * Projectile has hit a player
+     *
+     * Object   player
+     * uint16_t damage
+     */
+    NETMSG_PROJECTILE_HIT_PLAYER    = 0x0421,
+
     /*
      * Projectile has gone away
      *