mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-31 07:36:43 +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
|
||||
{
|
||||
ACTIVATOR,
|
||||
APPARATUS,
|
||||
ARMOR,
|
||||
BODYPART,
|
||||
BOOK,
|
||||
CELL,
|
||||
CLOTHING,
|
||||
CONTAINER,
|
||||
CREATURE,
|
||||
DOOR,
|
||||
ENCHANTMENT,
|
||||
INGREDIENT,
|
||||
LIGHT,
|
||||
LOCKPICK,
|
||||
MISCELLANEOUS,
|
||||
NPC,
|
||||
POTION,
|
||||
SPELL,
|
||||
WEAPON,
|
||||
CONTAINER,
|
||||
DOOR,
|
||||
ACTIVATOR,
|
||||
STATIC,
|
||||
INGREDIENT,
|
||||
APPARATUS,
|
||||
LOCKPICK,
|
||||
PROBE,
|
||||
REPAIR,
|
||||
LIGHT,
|
||||
CELL,
|
||||
SCRIPT,
|
||||
BODYPART
|
||||
SPELL,
|
||||
STATIC,
|
||||
WEAPON
|
||||
};
|
||||
|
||||
// When using an existing record as a base, this struct tracks which changes
|
||||
|
|
Loading…
Reference in a new issue