Warning fix

This commit is contained in:
Shauren
2016-02-06 13:53:56 +01:00
parent 38d6054d52
commit 983635458b

View File

@@ -668,7 +668,7 @@ enum DamageEffectType
};
// Value masks for UNIT_FIELD_FLAGS
enum UnitFlags
enum UnitFlags : uint32
{
UNIT_FLAG_SERVER_CONTROLLED = 0x00000001, // set only when unit movement is controlled by server - by SPLINE/MONSTER_MOVE packets, together with UNIT_FLAG_STUNNED; only set to units controlled by client; client function CGUnit_C::IsClientControlled returns false when set for owner
UNIT_FLAG_NON_ATTACKABLE = 0x00000002, // not attackable