src/Network/Client.hh
changeset 330 dcc47278e5ab
parent 303 36a502a0023f
child 332 78657bf06302
equal deleted inserted replaced
329:42ad4965424f 330:dcc47278e5ab
   260         
   260         
   261         /**
   261         /**
   262          * Overrides Projectile::onHitPlayer to ignore this, as we must wait for the server to tell us if it really did
   262          * Overrides Projectile::onHitPlayer to ignore this, as we must wait for the server to tell us if it really did
   263          * happen.
   263          * happen.
   264          */
   264          */
   265         virtual void onHitPlayer (Player *player, Health damage);
   265         virtual void onHitPlayer (Player *player);
   266 
   266 
   267     private:
   267     private:
   268         /**
   268         /**
   269          * NETMSG_PROJECTILE_DESTROY -> Projectile::onDestory
   269          * NETMSG_PROJECTILE_DESTROY -> Projectile::onDestory
   270          */
   270          */