/* */
This commit is contained in:
@@ -128,7 +128,13 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out )
|
||||
notedata.m_iNumTracks = 10;
|
||||
out.m_NotesType = NOTES_TYPE_PUMP_DOUBLE;
|
||||
} else if( sFName.Find("_2") != -1 ) {
|
||||
/* XXX: insert note about pump couples here */
|
||||
/* We never import a COUPLE_1; the _1 side gets imported
|
||||
* as the SINGLE mode and it gets used as a fallback. This
|
||||
* way, people can still create separate couples steps for
|
||||
* the 1p side in Pump (just like you can with any other
|
||||
* game); we're not stuck with the limitations of KSFs.
|
||||
* -glenn
|
||||
*/
|
||||
out.m_NotesType = NOTES_TYPE_PUMP_COUPLE_2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user