This commit is contained in:
Glenn Maynard
2006-01-19 07:59:59 +00:00
parent 235e9d622b
commit 80532a1ef8
+1 -1
View File
@@ -192,7 +192,7 @@ void ScreenOptionsEditCourse::AfterChangeValueInRow( int iRow, PlayerNumber pn )
Course *pCourse = GAMESTATE->m_pCurCourse;
// Regemerate Trails so that the new values propagate
// Regenerate Trails so that the new values propagate
GAMESTATE->m_pCurTrail[PLAYER_1].Set( NULL );
Trail *pTrail = pCourse->GetTrailForceRegenCache( GAMESTATE->m_stEdit, GAMESTATE->m_PreferredCourseDifficulty[PLAYER_1] );