From e98e57c7976d9c788cc4155e5ae07db4b1548539 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sun, 8 Dec 2019 17:23:14 +0200 Subject: [PATCH] [General] Reorder enums alphabetically in RECORD_TYPE --- components/openmw-mp/Base/BaseWorldstate.hpp | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/openmw-mp/Base/BaseWorldstate.hpp b/components/openmw-mp/Base/BaseWorldstate.hpp index 9a19c8208..a7b85c5f0 100644 --- a/components/openmw-mp/Base/BaseWorldstate.hpp +++ b/components/openmw-mp/Base/BaseWorldstate.hpp @@ -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