diff Actor.h @ 142:8b8fd4d83fdc

Various things here and there
author Nomad
date Tue, 12 Feb 2013 06:28:08 +0200
parents cca78efb377e
children 650d96af8855
line wrap: on
line diff
--- a/Actor.h	Tue Feb 12 03:02:13 2013 +0200
+++ b/Actor.h	Tue Feb 12 06:28:08 2013 +0200
@@ -40,8 +40,8 @@
 /*  361 */
 enum ACTOR_BUFF_INDEX
 {
-  ACTOR_BUFF_STONED = 0x5,
-  ACTOR_BUFF_PARALYZED = 0x6,
+  ACTOR_BUFF_STONED = 5,
+  ACTOR_BUFF_PARALYZED = 6,
 };
 
 
@@ -88,16 +88,16 @@
   Fleeing = 0x7,
   Stunned = 0x8,
   Fidgeting = 0x9,
-  Interacting = 0xA,
-  Removed = 0xB,
+  Interacting = 10,
+  Removed = 11,
   AttackingRanged2 = 0xC,
   AttackingRanged3 = 0xD,
   Stoned = 0xE,
   Paralyzed = 0xF,
-  Resurrected = 0x10,
+  Resurrected = 16,
   Summoned = 17,
-  AttackingRanged4 = 0x12,
-  Disabled = 0x13,
+  AttackingRanged4 = 18,
+  Disabled = 19,
 };
 
 /*  265 */