src/Network/Client.hh
changeset 303 36a502a0023f
parent 302 e734d8e9bbb5
child 330 dcc47278e5ab
--- 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:
         /**