fix assert on saved mods

This commit is contained in:
Glenn Maynard
2006-03-14 03:35:43 +00:00
parent 974bcafc4a
commit 5e5d451480
+2 -1
View File
@@ -704,7 +704,8 @@ void PlayerOptions::ResetSavedPrefs()
CPY( m_bTransforms[TRANSFORM_NOHANDS] );
CPY( m_bTransforms[TRANSFORM_NOQUADS] );
CPY( m_bTransforms[TRANSFORM_NOSTRETCH] );
CPY( m_sNoteSkin );
// Don't clear this.
// CPY( m_sNoteSkin );
#undef CPY
}