From 14ac3bba33a037e4b46b3f7ec9ba05760145f288 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 10 May 2023 07:07:41 +0200 Subject: Debug an cleaning source code --- src/CMI.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/CMI.hpp') diff --git a/src/CMI.hpp b/src/CMI.hpp index 999a0dc..bab5f20 100644 --- a/src/CMI.hpp +++ b/src/CMI.hpp @@ -16,13 +16,13 @@ namespace CMI { */ class HalfMove { - HalfMove *parent; - HalfMove *mainline; std::vector variations; std::string SAN, comment; std::uint16_t number; - std::uint8_t NAG; bool isBlack; + std::uint8_t NAG; + HalfMove *parent; + HalfMove *mainline; /// @brief Set the parent of current CMI::HalfMove, only used internally void SetParent(HalfMove *); -- cgit v1.2.3