karaoke prototype (disabled)
This commit is contained in:
@@ -282,6 +282,13 @@ void Steps::Compress() const
|
||||
return;
|
||||
}
|
||||
|
||||
/* Always leave karaoke data uncompressed. */
|
||||
if( this->m_StepsType == STEPS_TYPE_KARAOKE_SINGLE && m_bNoteDataIsFilled )
|
||||
{
|
||||
m_sNoteDataCompressed = RString();
|
||||
return;
|
||||
}
|
||||
|
||||
if( !m_sFilename.empty() && m_LoadedFromProfile == ProfileSlot_Invalid )
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user