Denote TFCond multiples of 32 consistently

This commit is contained in:
FlaminSarge 2014-12-23 02:21:02 -08:00
parent 97e88640ca
commit 7b71ff2643

View File

@ -107,7 +107,7 @@ enum TFCond
TFCond_RegenBuffed,
TFCond_MarkedForDeath,
TFCond_NoHealingDamageBuff,
TFCond_SpeedBuffAlly, //32
TFCond_SpeedBuffAlly, // 32
TFCond_HalloweenCritCandy,
TFCond_CritCanteen,
TFCond_CritDemoCharge,
@ -171,7 +171,7 @@ enum TFCond
TFCond_RuneResist,
TFCond_RuneVampire,
TFCond_RuneWarlock,
TFCond_RunePrecision,
TFCond_RunePrecision, // 96
TFCond_RuneAgility,
};