diff Party.h @ 816:cfc65feef029

* Player Recovery Times * Player Attack fixes * Debug log to timers
author Nomad
date Tue, 26 Mar 2013 12:40:27 +0200
parents b27dd658ea77
children 9c3f28b31b4a
line wrap: on
line diff
--- a/Party.h	Tue Mar 26 06:40:04 2013 +0200
+++ b/Party.h	Tue Mar 26 12:40:27 2013 +0200
@@ -30,6 +30,7 @@
   PARTY_FLAGS_1_ALERT_YELLOW = 0x0020,
   PARTY_FLAGS_1_STANDING_ON_WATER = 0x0080,
   PARTY_FLAGS_1_LANDING = 0x0100,
+  PARTY_FLAGS_1_BURNING = 0x200
 };
 enum PARTY_FLAGS_2: __int32
 {