diff --git a/GameVersion.cpp b/GameVersion.cpp index c878b97a..d7cde497 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - INT16 zVersionLabel[256] = { L"Release v1.13.472" }; + INT16 zVersionLabel[256] = { L"Release v1.13.473" }; #endif diff --git a/Tactical/XML_Merge.cpp b/Tactical/XML_Merge.cpp index a4eaea9d..171e8816 100644 --- a/Tactical/XML_Merge.cpp +++ b/Tactical/XML_Merge.cpp @@ -50,7 +50,7 @@ struct INT8 szCharData[MAX_CHAR_DATA_LENGTH+1]; - UINT16 curMerge[4]; + UINT16 curMerge[6]; UINT32 maxArraySize; UINT32 curIndex; UINT32 currentDepth;