From 8c5b7aa166354e304bea6e5146a63fa1822c9c3e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 12 Oct 2023 06:53:04 -0400 Subject: [PATCH] Update mxdsaction.cpp --- LEGO1/mxdsaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdsaction.cpp b/LEGO1/mxdsaction.cpp index 2e9a037b..771f64b0 100644 --- a/LEGO1/mxdsaction.cpp +++ b/LEGO1/mxdsaction.cpp @@ -166,7 +166,7 @@ void MxDSAction::MergeFrom(MxDSAction &p_dsAction) char *extraData = p_dsAction.m_extraData; // Taking those references forces the compiler to move the values onto the stack. - // The original code most likely looked differently, but this yields a 100% match. + // The original code most likely looked different, but this yields a 100% match. MxU16 &_extraLength = extraLength; char *&_extraData = extraData; if (extraLength && extraData) {