]> git.jsancho.org Git - lugaru.git/commitdiff
Added information gathered on some Person attributes
authorCôme Chilliet <come@chilliet.eu>
Fri, 25 Nov 2016 05:57:51 +0000 (13:57 +0800)
committerCôme Chilliet <come@chilliet.eu>
Fri, 25 Nov 2016 07:43:24 +0000 (15:43 +0800)
Source/Person.h

index 235f14d624f335dffa3ef722e2208e8342e5efe9..f98f494d7278d018b91ee5d97965d2f74f7b548a 100644 (file)
@@ -128,6 +128,7 @@ public:
     float permanentdamage;
     float superpermanentdamage;
     float lastcollide;
+    /* Seems to be 0 = alive, 1 = unconscious, 2 = dead */
     int dead;
 
     float jumppower;
@@ -271,10 +272,12 @@ public:
 
     int num_weapons;
     int weaponids[4];
+    /* Key of weaponids which is the weapon in hand, if any. -1 otherwise.
+     * Always 0 or -1 as activeweapon is moved to position 0 when taken */
     int weaponactive;
     int weaponstuck;
+    /* 0 or 1 to say if weapon is stuck in the front or the back  */
     int weaponstuckwhere;
-    int weaponwhere;
 
     int numwaypoints;
     XYZ waypoints[90];