Warning fix

(cherry picked from commit 983635458b)
This commit is contained in:
Shauren
2016-02-06 13:53:56 +01:00
committed by Aokromes
parent 3be8fba942
commit 07ba043eae

View File

@@ -598,7 +598,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