diff --git a/stepmania/src/PlayerOptions.cpp b/stepmania/src/PlayerOptions.cpp index 3020c2a45c..3c077c5bc7 100644 --- a/stepmania/src/PlayerOptions.cpp +++ b/stepmania/src/PlayerOptions.cpp @@ -648,6 +648,11 @@ CString PlayerOptions::GetSavedPrefsString() const SAVE( m_fScrollBPM ); SAVE( m_fScrolls[SCROLL_REVERSE] ); SAVE( m_fPerspectiveTilt ); + SAVE( m_bTransforms[TRANSFORM_NOHOLDS] ); + SAVE( m_bTransforms[TRANSFORM_NOMINES] ); + SAVE( m_bTransforms[TRANSFORM_NOJUMPS] ); + SAVE( m_bTransforms[TRANSFORM_NOHANDS] ); + SAVE( m_bTransforms[TRANSFORM_NOQUADS] ); SAVE( m_sNoteSkin ); #undef SAVE return po_prefs.GetString();