Skip to content

Commit

Permalink
to find the bogeyman.... look under the bed
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 7, 2018
1 parent 3c0c05c commit 941884e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XMLProfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ XMLProfile::SaveEttGeneralDataCreateNode(const Profile* profile) const
pGeneralDataNode->AppendChild("Guid", profile->m_sGuid);
pGeneralDataNode->AppendChild("SortOrder",
SortOrderToString(profile->m_SortOrder));
ASSERT_M(profile->m_LastDifficulty > 0, ssprintf("congrats you just confirmed the cause of a rare non-repdroducible bug"));
if (profile->m_LastDifficulty < Difficulty_Invalid)
pGeneralDataNode->AppendChild(
"LastDifficulty", DifficultyToString(profile->m_LastDifficulty));
Expand Down

0 comments on commit 941884e

Please sign in to comment.