[9648] Add comment to UNIT_BYTE1_FLAG_UNK_2 for further research

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-03-31 00:20:25 +02:00
parent 47878ab6aa
commit 41aee85145
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ enum UnitStandFlags
enum UnitBytes1_Flags enum UnitBytes1_Flags
{ {
UNIT_BYTE1_FLAG_ALWAYS_STAND = 0x01, UNIT_BYTE1_FLAG_ALWAYS_STAND = 0x01,
UNIT_BYTE1_FLAG_UNK_2 = 0x02, UNIT_BYTE1_FLAG_UNK_2 = 0x02, // Creature that can fly and are not on the ground appear to have this flag. If they are on the ground, flag is not present.
UNIT_BYTE1_FLAG_UNTRACKABLE = 0x04, UNIT_BYTE1_FLAG_UNTRACKABLE = 0x04,
UNIT_BYTE1_FLAG_ALL = 0xFF UNIT_BYTE1_FLAG_ALL = 0xFF
}; };

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 "9647" #define REVISION_NR "9648"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__