1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-13 21:21:41 +00:00

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,