mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 17:09:42 +00:00
Enum Type renamed to CastingStyle
This commit is contained in:
parent
9e1eb8b3b1
commit
cfbdf3f779
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ enum RangeType
|
|||
};
|
||||
|
||||
// Casting style (in enchanting)
|
||||
enum Type
|
||||
enum CastingStyle
|
||||
{
|
||||
CS_CastOnce = 0,
|
||||
CS_WhenStrikes = 1,
|
||||
|
|
Loading…
Reference in a new issue