mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-20 17:11:35 +00:00
[General] Reorder enums alphabetically in RECORD_TYPE
This commit is contained in:
parent
2973cc4f4d
commit
e98e57c797
1 changed files with 12 additions and 12 deletions
|
@ -35,29 +35,29 @@ namespace mwmp
|
||||||
{
|
{
|
||||||
enum RECORD_TYPE
|
enum RECORD_TYPE
|
||||||
{
|
{
|
||||||
|
ACTIVATOR,
|
||||||
|
APPARATUS,
|
||||||
ARMOR,
|
ARMOR,
|
||||||
|
BODYPART,
|
||||||
BOOK,
|
BOOK,
|
||||||
|
CELL,
|
||||||
CLOTHING,
|
CLOTHING,
|
||||||
|
CONTAINER,
|
||||||
CREATURE,
|
CREATURE,
|
||||||
|
DOOR,
|
||||||
ENCHANTMENT,
|
ENCHANTMENT,
|
||||||
|
INGREDIENT,
|
||||||
|
LIGHT,
|
||||||
|
LOCKPICK,
|
||||||
MISCELLANEOUS,
|
MISCELLANEOUS,
|
||||||
NPC,
|
NPC,
|
||||||
POTION,
|
POTION,
|
||||||
SPELL,
|
|
||||||
WEAPON,
|
|
||||||
CONTAINER,
|
|
||||||
DOOR,
|
|
||||||
ACTIVATOR,
|
|
||||||
STATIC,
|
|
||||||
INGREDIENT,
|
|
||||||
APPARATUS,
|
|
||||||
LOCKPICK,
|
|
||||||
PROBE,
|
PROBE,
|
||||||
REPAIR,
|
REPAIR,
|
||||||
LIGHT,
|
|
||||||
CELL,
|
|
||||||
SCRIPT,
|
SCRIPT,
|
||||||
BODYPART
|
SPELL,
|
||||||
|
STATIC,
|
||||||
|
WEAPON
|
||||||
};
|
};
|
||||||
|
|
||||||
// When using an existing record as a base, this struct tracks which changes
|
// When using an existing record as a base, this struct tracks which changes
|
||||||
|
|
Loading…
Reference in a new issue