[10959] Better description of UNIT_FLAG2_UNK1

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-01-04 12:06:21 +01:00
parent b3076146fc
commit 7828ee18ad
2 changed files with 2 additions and 2 deletions

View file

@ -578,7 +578,7 @@ enum UnitFlags
enum UnitFlags2 enum UnitFlags2
{ {
UNIT_FLAG2_FEIGN_DEATH = 0x00000001, UNIT_FLAG2_FEIGN_DEATH = 0x00000001,
UNIT_FLAG2_UNK1 = 0x00000002, // Hides unit model (show only player equip) UNIT_FLAG2_UNK1 = 0x00000002, // Hides body and body armor. Weapons and shoulder and head armor still visible
UNIT_FLAG2_UNK2 = 0x00000004, UNIT_FLAG2_UNK2 = 0x00000004,
UNIT_FLAG2_COMPREHEND_LANG = 0x00000008, UNIT_FLAG2_COMPREHEND_LANG = 0x00000008,
UNIT_FLAG2_UNK4 = 0x00000010, UNIT_FLAG2_UNK4 = 0x00000010,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10958" #define REVISION_NR "10959"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__