clamp description length when setting, not just on load

This commit is contained in:
Chris Danford
2005-03-05 22:16:19 +00:00
parent b60d135493
commit a73e8948e7
3 changed files with 8 additions and 7 deletions
+2
View File
@@ -496,7 +496,9 @@ bool SMLoader::LoadEditFromMsd( const MsdFile &msd, CString sEditFilePath, Profi
return true; // Only allow one Steps per edit file!
}
else
{
LOG->Trace( "Unexpected value named '%s'", sValueName.c_str() );
}
}
return true;