From b28c1a3556bece39d22594ff39686eb032bced39 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 2 Jul 2010 10:47:54 -0500 Subject: [PATCH] f8f3a87: don't override user scroll in courses [Chris Danford] --- src/PlayerOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerOptions.cpp b/src/PlayerOptions.cpp index 0fc6f067a0..c5bef2cd70 100644 --- a/src/PlayerOptions.cpp +++ b/src/PlayerOptions.cpp @@ -797,7 +797,7 @@ void PlayerOptions::ResetPrefs( ResetPrefsType type ) case saved_prefs_invalid_for_course: break; } - CPY( m_fScrolls[SCROLL_REVERSE] ); + CPY( m_fPerspectiveTilt ); CPY( m_bTransforms[TRANSFORM_NOHOLDS] ); CPY( m_bTransforms[TRANSFORM_NOROLLS] );