From c9b3ec1ca4d8373dbb418b9b25f78a8f6d1324be Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 3 Jan 2020 02:00:21 +0200 Subject: [PATCH] [Server] Use consistent ordering for kills & map worldstate functions --- apps/openmw-mp/Script/Functions/Worldstate.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/openmw-mp/Script/Functions/Worldstate.hpp b/apps/openmw-mp/Script/Functions/Worldstate.hpp index 1c330836f..0cc4a8495 100644 --- a/apps/openmw-mp/Script/Functions/Worldstate.hpp +++ b/apps/openmw-mp/Script/Functions/Worldstate.hpp @@ -115,13 +115,6 @@ public: */ static void ClearMapChanges() noexcept; - /** - * \brief Get the number of indexes in the read worldstate's map changes. - * - * \return The number of indexes. - */ - static unsigned int GetMapChangesSize() noexcept; - /** * \brief Get the number of indexes in the read worldstate's kill changes. * @@ -129,6 +122,13 @@ public: */ static unsigned int GetKillChangesSize() noexcept; + /** + * \brief Get the number of indexes in the read worldstate's map changes. + * + * \return The number of indexes. + */ + static unsigned int GetMapChangesSize() noexcept; + /** * \brief Get the refId at a certain index in the read worldstate's kill count changes. *