Added kills and deaths parameters. Not updated yet
authorsaiam
Mon, 08 Dec 2008 20:31:55 +0000
changeset 306 4e774439e2c6
parent 305 56799ec8d7be
child 307 5b4806c61342
Added kills and deaths parameters. Not updated yet
src/Player.hh
--- a/src/Player.hh	Mon Dec 08 20:23:18 2008 +0000
+++ b/src/Player.hh	Mon Dec 08 20:31:55 2008 +0000
@@ -47,6 +47,10 @@
     // XXX: hmm... updated where?
     int animation_step;
 
+    //Player stats
+    uint16_t kills;
+    uint16_t deaths;
+
     /**
      * Default constructor for use with virtual inheritance... it's not defined, and must not be called
      */