From e14cb3ce6e63ae817230bc69e2303eadf568dbf0 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 13 Mar 2011 19:25:55 -0400 Subject: [PATCH] new branch: sm124futures. So far: Have both description and author credit be filled in from a .sm file. --- src/NotesLoaderSM.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NotesLoaderSM.cpp b/src/NotesLoaderSM.cpp index 9b3b3e9ff8..d2ec3c749d 100644 --- a/src/NotesLoaderSM.cpp +++ b/src/NotesLoaderSM.cpp @@ -37,6 +37,7 @@ void SMLoader::LoadFromSMTokens( // insert stepstype hacks from GameManager.cpp here? -aj out.m_StepsType = GAMEMAN->StringToStepsType( sStepsType ); out.SetDescription( sDescription ); + out.SetCredit( sDescription ); // this is often used for both. out.SetDifficulty( DwiCompatibleStringToDifficulty(sDifficulty) ); // Handle hacks that originated back when StepMania didn't have