Fill in Steps::m_sDescription automatically if missing.

This commit is contained in:
Chris Danford
2003-08-13 04:48:06 +00:00
parent 35950c4eaf
commit 62a6a7754b
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -208,6 +208,8 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Steps &out, const Song &s
out.SetNoteData(&notedata);
out.TidyUpData();
return true;
}