From da4a1037e789cd363b05a4f48614f065f6bb3888 Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Wed, 14 Oct 2009 10:42:02 +0200 Subject: [PATCH] [8641] Add comment for two unknown UNIT_FLAG_ Signed-off-by: NoFantasy --- src/game/Unit.h | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/Unit.h b/src/game/Unit.h index 94266bc8a..7d58de8b4 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -498,7 +498,7 @@ enum UnitFlags UNIT_FLAG_SILENCED = 0x00002000, // silenced, 2.1.1 UNIT_FLAG_UNK_14 = 0x00004000, // 2.0.8 UNIT_FLAG_UNK_15 = 0x00008000, - UNIT_FLAG_UNK_16 = 0x00010000, + UNIT_FLAG_UNK_16 = 0x00010000, // removes attackable icon UNIT_FLAG_PACIFIED = 0x00020000, // 3.0.3 ok UNIT_FLAG_STUNNED = 0x00040000, // 3.0.3 ok UNIT_FLAG_IN_COMBAT = 0x00080000, @@ -513,7 +513,7 @@ enum UnitFlags UNIT_FLAG_UNK_28 = 0x10000000, UNIT_FLAG_UNK_29 = 0x20000000, // used in Feing Death spell UNIT_FLAG_SHEATHE = 0x40000000, - UNIT_FLAG_UNK_31 = 0x80000000 + UNIT_FLAG_UNK_31 = 0x80000000 // set skinnable icon and also changes color of portrait }; // Value masks for UNIT_FIELD_FLAGS_2 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index bea660b07..654a25367 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8640" + #define REVISION_NR "8641" #endif // __REVISION_NR_H__