diff --git a/src/NotesLoaderKSF.cpp b/src/NotesLoaderKSF.cpp index 862c4bd485..3933dbbf81 100644 --- a/src/NotesLoaderKSF.cpp +++ b/src/NotesLoaderKSF.cpp @@ -168,7 +168,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song, LOG->UserLog( "Song file", sPath, "has an invalid tick count: %d.", iTickCount ); return false; } - out.m_Timing.AddTickcountSegment(TickcountSegment(0, iTickCount)); + stepsTiming.AddTickcountSegment(TickcountSegment(0, iTickCount)); } else if( sValueName=="DIFFICULTY" )