Steps: set Song pointer to associated song when constructing

This commit is contained in:
Devin J. Pohly
2013-01-20 19:23:28 -05:00
parent 1327fa6356
commit afaa382b84
6 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ bool SMALoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
else
{
state = SMA_GETTING_STEP_INFO;
pNewNotes = new Steps;
pNewNotes = new Steps(&out);
}
}