[splittiming] Helper function won't work here.

Not counting #TICKCOUNTS and #COMBOS interactions...
I think the loader is good.
This commit is contained in:
Jason Felds
2011-05-14 20:37:29 -04:00
parent 77dbafe996
commit f4800b0e07
+1 -1
View File
@@ -538,7 +538,7 @@ bool SMALoader::LoadFromSMAFile( const RString &sPath, Song &out )
else
{
state = SMA_GETTING_STEP_INFO;
pNewNotes = out.CreateSteps();
pNewNotes = new Steps;
}
}