Save some options that make the game easier. They don't have the

"crazy options for last song" problem, and they're useful; some people
don't like mines, some people don't want to hurt their hands playing with
quads, etc.  (I'm not sure if there's any point to saving NoJumps, but
it doesn't seem to matter.)
This commit is contained in:
Glenn Maynard
2004-09-13 04:55:15 +00:00
parent 2279d9ba2c
commit e4f67a8071
+5
View File
@@ -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();