diff -r e734d8e9bbb5 -r 36a502a0023f src/Network/Client.hh --- a/src/Network/Client.hh Mon Dec 08 18:31:08 2008 +0000 +++ b/src/Network/Client.hh Mon Dec 08 18:32:56 2008 +0000 @@ -151,9 +151,13 @@ * These should never be called directly, always via the network */ virtual void spawn (Vector position); - virtual void die (bool start_timer = true); virtual void respawn (TimeMS dt); // @} + + /** + * Ignore, the servers tells us this + */ + virtual void die (bool start_timer = true); private: /**