comparison 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
comparison
equal deleted inserted replaced
813:d37b03507b3b 816:cfc65feef029
28 PARTY_FLAGS_1_FALLING = 0x0008, 28 PARTY_FLAGS_1_FALLING = 0x0008,
29 PARTY_FLAGS_1_ALERT_RED = 0x0010, 29 PARTY_FLAGS_1_ALERT_RED = 0x0010,
30 PARTY_FLAGS_1_ALERT_YELLOW = 0x0020, 30 PARTY_FLAGS_1_ALERT_YELLOW = 0x0020,
31 PARTY_FLAGS_1_STANDING_ON_WATER = 0x0080, 31 PARTY_FLAGS_1_STANDING_ON_WATER = 0x0080,
32 PARTY_FLAGS_1_LANDING = 0x0100, 32 PARTY_FLAGS_1_LANDING = 0x0100,
33 PARTY_FLAGS_1_BURNING = 0x200
33 }; 34 };
34 enum PARTY_FLAGS_2: __int32 35 enum PARTY_FLAGS_2: __int32
35 { 36 {
36 PARTY_FLAGS_2_RUNNING = 0x2, 37 PARTY_FLAGS_2_RUNNING = 0x2,
37 }; 38 };