From f4800b0e070c39e3618af3d85305da90f4e6d4e6 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 14 May 2011 20:37:29 -0400 Subject: [PATCH] [splittiming] Helper function won't work here. Not counting #TICKCOUNTS and #COMBOS interactions... I think the loader is good. --- src/NotesLoaderSMA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderSMA.cpp b/src/NotesLoaderSMA.cpp index 2d17557deb..5f4d2faea4 100644 --- a/src/NotesLoaderSMA.cpp +++ b/src/NotesLoaderSMA.cpp @@ -538,7 +538,7 @@ bool SMALoader::LoadFromSMAFile( const RString &sPath, Song &out ) else { state = SMA_GETTING_STEP_INFO; - pNewNotes = out.CreateSteps(); + pNewNotes = new Steps; } }