comparison Party.h @ 569:f451efdb7c8b

* Party buff icons drawing (right panel) * Water Walk works & draws * Fly works & draws * Invisibility sfx works * Some player buff icons draw
author Nomad
date Tue, 05 Mar 2013 16:14:22 +0200
parents 661f1932d971
children 96f48cfdd657
comparison
equal deleted inserted replaced
568:6f7d936edc9b 569:f451efdb7c8b
14 14
15 15
16 /* 355 */ 16 /* 355 */
17 enum PARTY_FLAGS_1: __int32 17 enum PARTY_FLAGS_1: __int32
18 { 18 {
19 PARTY_FLAGS_1_FALLING = 0x0008,
19 PARTY_FLAGS_1_ALERT_RED = 0x0010, 20 PARTY_FLAGS_1_ALERT_RED = 0x0010,
20 PARTY_FLAGS_1_ALERT_YELLOW = 0x0020, 21 PARTY_FLAGS_1_ALERT_YELLOW = 0x0020,
22 PARTY_FLAGS_1_STANDING_ON_WATER = 0x0080,
21 PARTY_FLAGS_1_LANDING = 0x0100, 23 PARTY_FLAGS_1_LANDING = 0x0100,
22 }; 24 };
23 enum PARTY_FLAGS_2: __int32 25 enum PARTY_FLAGS_2: __int32
24 { 26 {
25 PARTY_FLAGS_2_RUNNING = 0x2, 27 PARTY_FLAGS_2_RUNNING = 0x2,