comparison Party.h @ 609:42d5777c2f47

Слияние
author Ritor1
date Wed, 06 Mar 2013 18:22:25 +0600
parents f451efdb7c8b
children 96f48cfdd657
comparison
equal deleted inserted replaced
608:653724e9c234 609:42d5777c2f47
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,