Enum Type renamed to CastingStyle

This commit is contained in:
Miroslav Puda 2013-05-27 15:37:31 +02:00
parent 9e1eb8b3b1
commit cfbdf3f779

View file

@ -24,7 +24,7 @@ enum RangeType
};
// Casting style (in enchanting)
enum Type
enum CastingStyle
{
CS_CastOnce = 0,
CS_WhenStrikes = 1,