fix crash loading extra stage info from CRS file

This commit is contained in:
Chris Danford
2003-08-12 08:03:16 +00:00
parent b832481613
commit bf950a3037
+3
View File
@@ -928,6 +928,9 @@ bool SongManager::GetExtraStageInfoFromCourse( bool bExtra2, CString sPreferredG
po_out.FromString( ci[0].Modifiers );
so_out.Init();
so_out.FromString( ci[0].Modifiers );
pSongOut = ci[0].pSong;
pNotesOut = ci[0].pNotes;
return true;
}