mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Update mxdsaction.cpp
This commit is contained in:
parent
e9c9f1b562
commit
8c5b7aa166
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user